remove token on approval (was disabled for debugging purpose)

This commit is contained in:
Frédéric Péters 2006-10-15 14:08:50 +00:00
parent 8efa60ca6a
commit a4426420fc
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ If you do nothing, the request will lapse after 3 days (precisely on
return cancel()
if action == 'cfm':
#token.remove_self()
token.remove_self()
sub.enabled = True
sub.store()
def sub [html] ():