aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-10 15:57:09 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-07-10 15:57:09 +0200
commit12105fc53fb37de5c41ab50fd5a237a8d51cb697 (patch)
treeafd3584e5c5681fea66cd2c9c13f3770b14be3f2 /pyaggr3g470r/templates/layout.html
parentMinor fixes to the counter. (diff)
downloadnewspipe-12105fc53fb37de5c41ab50fd5a237a8d51cb697.tar.gz
newspipe-12105fc53fb37de5c41ab50fd5a237a8d51cb697.tar.bz2
newspipe-12105fc53fb37de5c41ab50fd5a237a8d51cb697.zip
Do not display the flash message in full width.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index b37fb3e1..2fa815d9 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -117,7 +117,7 @@
</nav>
<br />
- <div class="container-fluid not-at-home">
+ <div class="container not-at-home">
{% block messages %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
bgstack15