Compare commits

...

2 Commits

Author SHA1 Message Date
Mojib Wali 4ce5bc6043 v1.3.1 2020-12-15 15:23:47 +01:00
Mojib Wali 5e5464969b bugfix: adding flash messages for accounts template. (#124) 2020-12-15 15:23:00 +01:00
2 changed files with 7 additions and 1 deletions
@@ -67,6 +67,12 @@
{%- block navbar_header %} {%- block navbar_header %}
{%- include "invenio_theme_tugraz/navbar.html" %} {%- 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 %} {%- endblock navbar_header %}
{# {#
+1 -1
View File
@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "1.3.0" __version__ = "1.3.1"