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
18fade0e
Commit
18fade0e
authored
Aug 21, 2017
by
Andreas Valder
Browse files
Merge branch 'master' of git.fsmpi.rwth-aachen.de:videoagwebsite/videoagwebsite
parents
de69b085
f81b39fc
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/base.html
View file @
18fade0e
...
...
@@ -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>
...
...
Andreas Valder
@andreasv
mentioned in issue
#62 (closed)
·
Aug 21, 2017
mentioned in issue
#62 (closed)
mentioned in issue #62
Toggle commit list
Write
Preview
Markdown
is supported
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