From dc1c85928dbd64fc7b6c24846449b98958eaf91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20V=C3=A9zina?= Date: Fri, 8 Jan 2016 13:13:13 -0500 Subject: [PATCH] flash -> w2p_flash --- applications/admin/views/layout.html | 2 +- scripts/layout_make.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):