diff --git a/applications/admin/views/layout.html b/applications/admin/views/layout.html index fe6ff812..d8eb5409 100644 --- a/applications/admin/views/layout.html +++ b/applications/admin/views/layout.html @@ -47,7 +47,7 @@
-
{{=response.flash or ''}}
+
{{=response.flash or ''}}
{{include}}
diff --git a/scripts/layout_make.py b/scripts/layout_make.py index fe8baf34..d3506b83 100755 --- a/scripts/layout_make.py +++ b/scripts/layout_make.py @@ -44,7 +44,7 @@ div.error { def content(): - return """
{{=response.flash or ''}}
{{include}}""" + return """
{{=response.flash or ''}}
{{include}}""" def process(folder):