Example #1
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     self.template = PaperTemplate.get_one(request.view_args['template_id'])
Example #2
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     try:
         self.review_type = request.view_args['review_type']
     except KeyError:
         raise NotFound
Example #3
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     try:
         self.review_type = request.view_args['review_type']
     except KeyError:
         raise NotFound
Example #4
0
 def _process_args(self):
     RHManagePapersBase._process_args(self)
     self.template = PaperTemplate.get_one(request.view_args['template_id'])