Esempio n. 1
0
 def get(self):
     formutils.doBasicGetByForm(self, InsertUserForm(), 'frmRegistration', r'/register', False)
Esempio n. 2
0
 def get(self):
     formutils.doBasicGetByForm(self, tourismforms.InsertStaticContentForm(), 'frmRegistration', r'/addStaticContent', True)
Esempio n. 3
0
 def get(self):
     formutils.doBasicGetByForm(self, tourismforms.MenuLinkForm(), 'frmRegistration', r'/addMenuLink', True)
Esempio n. 4
0
 def get(self):
     formutils.doBasicGetByForm(self, tourismforms.PictureForm(), 'frmRegistration', r'/addPicture', True)