witten
/
luminotes
Archived
1
0
Fork 0

Exposing take_a_tour alias.

This commit is contained in:
Dan Helfman 2008-03-07 21:16:19 +00:00
parent 364e412420
commit 6dcad328b0
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Root( object ):
return result
# @expose()
@expose()
def take_a_tour( self ):
return dict( redirect = u"/tour" )