Changeset 2340 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 10 Oct 2007, 14:08:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r2328 r2340 86 86 headings = {} 87 87 headings['pume'] = 'Apply for Post UME Screening Test (2007/2008)! ' 88 headings['pde'] = 'Apply for Post DE Screening Test (2007/2008)! '88 headings['pde'] = 'Apply for Post DE Screening Test (2007/2008)! ' 89 89 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 90 90 headings['pce'] = 'Apply for PCE Screening (2007/2008)! ' … … 112 112 info['heading_slip'] = headings_slip[screening_type] 113 113 layout = "application_%s" % screening_type 114 without_reg_no = screening_type in ('prence',) 114 without_reg_no = screening_type in ('prence',) 115 115 else: 116 116 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
Note: See TracChangeset for help on using the changeset viewer.