mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-04-29 04:11:43 +01:00
bugfix: adding flash messages for accounts template. (#124)
This commit is contained in:
@@ -67,6 +67,12 @@
|
||||
|
||||
{%- block navbar_header %}
|
||||
{%- include "invenio_theme_tugraz/navbar.html" %}
|
||||
<!--Flask messages for accounts-->
|
||||
{%- block flashmessages %}
|
||||
{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}
|
||||
{{ flashed_messages() }}
|
||||
|
||||
{%- endblock %}
|
||||
{%- endblock navbar_header %}
|
||||
|
||||
{#
|
||||
|
||||
Reference in New Issue
Block a user