Changeset 2158 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 23 Aug 2007, 21:42:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_pume_manage.py
r2157 r2158 30 30 31 31 32 if not context.isS taff():32 if not context.isSectionOfficer(): 33 33 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.absolete_url()) 34 34 35 35 #type_name = 'StudentApplication' 36 36 #ti = context.portal_types[type_name] … … 57 57 context.applicants_catalog.modifyRecord(**data) 58 58 logger.info('%s reset application record of %s' % (member,reg_no)) 59 60 #set_trace()61 59 62 ds = [] 60 #set_trace() 61 62 ds = [] 63 63 if reg_no: 64 64 brains = context.applicants_catalog(reg_no = reg_no) … … 75 75 else: 76 76 psm = "reg no %s not found" % reg_no 77 77 78 78 return context.apply_pume_manage_form(rendered = res, 79 79 psm = psm,
Note: See TracChangeset for help on using the changeset viewer.