From 8501edd7d3c2137c7a1026b3c1092dabb39ab41d Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 20 May 2017 05:13:27 +0200 Subject: [PATCH] Fix in admin, showing flash message --- paramecio/citoplasma/mtemplates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/citoplasma/mtemplates.py b/paramecio/citoplasma/mtemplates.py index f9bd35d..bad30c2 100644 --- a/paramecio/citoplasma/mtemplates.py +++ b/paramecio/citoplasma/mtemplates.py @@ -341,7 +341,7 @@ class HeaderHTML: s['flash']=s.get('flash', "") if s['flash']!="": - message='
'+s['flash']+'
' + message='
'+s['flash']+'
' s['flash']=''