Skip to content
Snippets Groups Projects
Commit f81b39fc authored by Julian Rother's avatar Julian Rother
Browse files

Fixed last commit

parent 78073347
Branches
No related tags found
No related merge requests found
......@@ -134,13 +134,13 @@
{{ msg.text|safe }}
</div>
{% endfor %}
{% block content %}
{% endblock %}
{% block alerts %}
{% for msg in get_flashed_messages(category_filter=["message"]) %}
<div class="hidden-print alert alert-danger" role="alert">{{ msg|safe }}</div>
{% endfor %}
{% endblock %}
{% block content %}
{% endblock %}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment