def _process_args(self): RHManagePapersBase._process_args(self) try: self.review_type = request.view_args['review_type'] except KeyError: raise NotFound
def _process_args(self): RHManagePapersBase._process_args(self) self.template = PaperTemplate.get_one(request.view_args['template_id'])
def _checkParams(self, params): RHManagePapersBase._checkParams(self, params) self.template = PaperTemplate.get_one(request.view_args['template_id'])