From 12105fc53fb37de5c41ab50fd5a237a8d51cb697 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 10 Jul 2015 15:57:09 +0200 Subject: Do not display the flash message in full width. --- pyaggr3g470r/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/layout.html') 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 @@
-
+
{% block messages %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} -- cgit