flash -> w2p_flash

This commit is contained in:
Richard Vézina
2016-01-08 13:13:13 -05:00
parent bb2aa29867
commit dc1c85928d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ div.error {
def content():
return """<div class="flash">{{=response.flash or ''}}</div>{{include}}"""
return """<div class="w2p_flash">{{=response.flash or ''}}</div>{{include}}"""
def process(folder):