inverted messages

This commit is contained in:
mdipierro
2015-03-11 00:53:19 -05:00
parent 9b3a9a32e4
commit 8ac3f204fa
+2 -2
View File
@@ -17,8 +17,8 @@ def index():
if you need a simple wiki simply replace the two lines below with:
return auth.wiki()
"""
response.flash = T("Welcome to web2py!")
return dict(message=T('Hello World'))
response.flash = T("Hello World")
return dict(message=T('Welcome to web2py!'))
def user():