mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
show flash messages again
This basically restores the behaviour, that got removed inecdf0c25b3during refactoring. (cherry picked from commit88f992de16) # Conflicts: # core/admin/mailu/ui/templates/base.html
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<<<<<<< HEAD
|
||||
{%- import "macros.html" as macros %}
|
||||
{%- import "bootstrap/utils.html" as utils %}
|
||||
=======
|
||||
{% import "macros.html" as macros %}
|
||||
{% import "bootstrap/utils.html" as utils %}
|
||||
>>>>>>> 88f992de (show flash messages again)
|
||||
<!doctype html>
|
||||
<html lang="{{ get_locale() }}" data-static="/static/">
|
||||
<head>
|
||||
@@ -64,6 +69,18 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<h1>
|
||||
{% block title %}{% endblock %}
|
||||
<small>{% block subtitle %}{% endblock %}</small>
|
||||
</h1>
|
||||
</section>
|
||||
|
||||
<section class="content">
|
||||
{{ utils.flashed_messages(container=False) }}
|
||||
{% block content %}{% endblock %}
|
||||
>>>>>>> 88f992de (show flash messages again)
|
||||
</section>
|
||||
<div class="content">
|
||||
{{ utils.flashed_messages(container=False, default_category='success') }}
|
||||
|
||||
Reference in New Issue
Block a user