Advertisement
pokechu22

form example

Jul 10th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. @validatedForm(
  2.         VUser(),
  3.         VModhash(),
  4.         name=VExistingUname('name'),
  5.         duration=VInt('duration', min=1, max=999)
  6. )
  7. def POST_timeout(self, form, jquery, name, duration):
  8.     pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement