Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
f81b39fc
Commit
f81b39fc
authored
Aug 21, 2017
by
Julian Rother
Browse files
Fixed last commit
parent
78073347
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
f81b39fc
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment