fixed examples in examples
This commit is contained in:
@@ -39,7 +39,7 @@ def hello6():
|
||||
def status():
|
||||
""" page that shows internal status"""
|
||||
response.view = 'generic.html'
|
||||
return dict(request=request, session=session, response=response)
|
||||
return dict(toolbar=response.toolbar())
|
||||
|
||||
|
||||
def redirectme():
|
||||
|
||||
Reference in New Issue
Block a user