mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
show flash messages again
This basically restores the behaviour, that got removed in
ecdf0c25b3
during refactoring.
This commit is contained in:
parent
581a7fceaf
commit
88f992de16
@ -1,4 +1,5 @@
|
||||
{% import "macros.html" as macros %}
|
||||
{% import "bootstrap/utils.html" as utils %}
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
@ -37,6 +38,7 @@
|
||||
</section>
|
||||
|
||||
<section class="content">
|
||||
{{ utils.flashed_messages(container=False) }}
|
||||
{% block content %}{% endblock %}
|
||||
</section>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user