witten
/
luminotes
Archived
1
0
Fork 0

Upgrade page should not be cached.

This commit is contained in:
Dan Helfman 2008-01-15 09:43:21 +00:00
parent 944c7700e3
commit c82832e23a
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ class Root( object ):
return result
@expose( view = Main_page )
@strongly_expire
@grab_user_id
@validate(
user_id = Valid_id( none_okay = True ),