Changeset 11647 for main/kofacustom.skeleton/trunk/src/kofacustom
- Timestamp:
- 14 May 2014, 05:22:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser.py
r11638 r11647 57 57 58 58 def update(self): 59 student, certificate, xmldict = super( 60 CustomInterswitchPageStudent, self).update() 59 error = self.init_update() 60 if error: 61 self.flash(error, type='danger') 62 self.redirect(self.url(self.context, '@@index')) 63 return 64 student = self.student 65 xmldict = self.xmldict 61 66 # Provider data 62 67 xmldict['detail_ref'] = self.context.p_id
Note: See TracChangeset for help on using the changeset viewer.