Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @validatedForm(
- VUser(),
- VModhash(),
- name=VExistingUname('name'),
- duration=VInt('duration', min=1, max=999)
- )
- def POST_timeout(self, form, jquery, name, duration):
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement