app/soc/views/models/club_app.py
changeset 798 bd655740c03f
parent 797 0bc3f950d7cf
child 799 30a912906a57
equal deleted inserted replaced
797:0bc3f950d7cf 798:bd655740c03f
   211         # the application has either been denied or accepted
   211         # the application has either been denied or accepted
   212         # mark it as reviewed and update accordingly
   212         # mark it as reviewed and update accordingly
   213         application = self._logic.getFromFields(link_id=kwargs['link_id'])
   213         application = self._logic.getFromFields(link_id=kwargs['link_id'])
   214         self._logic.updateModelProperties(application, fields)
   214         self._logic.updateModelProperties(application, fields)
   215         
   215         
   216         return self.showUnhandledApplications(request, access_type, 
   216         return self.showReviewOverview(request, access_type, 
   217             page_name=page_name, params=params, **kwargs)
   217             page_name=page_name, params=params, **kwargs)
   218 
   218 
   219     # the application has nog been reviewed so show the information
   219     # the application has nog been reviewed so show the information
   220     # using the appropriate review template
   220     # using the appropriate review template
   221     params['public_template'] = params['review_template']
   221     params['public_template'] = params['review_template']