예제 #1
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     self.template = PaperTemplate.get_one(request.view_args['template_id'])
예제 #2
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     try:
         self.review_type = request.view_args['review_type']
     except KeyError:
         raise NotFound
예제 #3
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     try:
         self.review_type = request.view_args['review_type']
     except KeyError:
         raise NotFound
예제 #4
0
파일: templates.py 프로젝트: indico/indico
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     self.template = PaperTemplate.get_one(request.view_args['template_id'])