コード例 #1
0
ファイル: sections.py プロジェクト: MichelCordeiro/indico
 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
ファイル: sections.py プロジェクト: DirkHoffmann/indico
 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'])