inverted messages
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user