Changeset 2161 for WAeUP_SRP/trunk/skins/waeup_student/apply_pume_manage.py
- Timestamp:
- 24 Aug 2007, 14:23:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_pume_manage.py
r2160 r2161 54 54 data['reg_no'] = reg_no 55 55 psm = "You successfully reset the record! The applicant will be able to edit and resubmit the data." 56 data['status'] = " edited"56 data['status'] = "reset" 57 57 context.applicants_catalog.modifyRecord(**data) 58 58 logger.info('%s reset application record of %s' % (member,reg_no))
Note: See TracChangeset for help on using the changeset viewer.