Merge pull request #1164 from BuhtigithuB/fix/flash-w2p-flash

flash -> w2p_flash
This commit is contained in:
mdipierro
2016-03-18 20:26:33 -05:00
+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):