Changeset 2217 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 12 Sep 2007, 19:14:22 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_pume_manage.py
r2170 r2217 31 31 32 32 if not context.isSectionOfficer(): 33 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.absol ete_url())33 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.absolute_url()) 34 34 35 35 #type_name = 'StudentApplication' … … 106 106 context.applicants_catalog.modifyRecord(**data) 107 107 logger.info('%s reset application record of %s' % (member,reg_no)) 108 108 set_trace() 109 109 if edit and reg_no: 110 110 #data['reg_no'] = reg_no … … 124 124 commit = False, 125 125 ) 126 126 127 127 128 128 return context.apply_pume_manage_form(rendered = res,
Note: See TracChangeset for help on using the changeset viewer.