Пример #1
0
 def _checkParams(self, params):
     RHManageRegFormBase._checkParams(self, params)
     self.section = RegistrationFormSection.get_one(request.view_args['section_id'])
Пример #2
0
 def _process_args(self):
     RHManageRegFormBase._process_args(self)
     self.section = RegistrationFormSection.get_one(
         request.view_args['section_id'])
Пример #3
0
 def _process_args(self):
     RHManageRegFormBase._process_args(self)
     self.section = RegistrationFormSection.get_one(request.view_args['section_id'])
Пример #4
0
 def _checkParams(self, params):
     RHManageRegFormBase._checkParams(self, params)
     self.section = RegistrationFormSection.get_one(
         request.view_args['section_id'])