Changeset 4241 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 10 Jun 2009, 07:35:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r4240 r4241 31 31 32 32 #manage = "manage" in request.keys() 33 screening_types = ('prence','pume','pce','pde','cest','sandwich' )33 screening_types = ('prence','pume','pce','pde','cest','sandwich','dp','ct','pt') 34 34 if not (traverse_subpath and traverse_subpath[0] in screening_types): 35 35 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) … … 53 53 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 54 54 headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip' 55 headings_slip['pt'] = ' CESTApplication (2009/2010) Aknowledgement Slip'56 headings_slip['dp'] = ' CESTApplication (2009/2010) Aknowledgement Slip'57 headings_slip['ct'] = 'C ESTApplication (2009/2010) Aknowledgement Slip'55 headings_slip['pt'] = 'Part-Time Degree Application (2009/2010) Aknowledgement Slip' 56 headings_slip['dp'] = 'Diploma Programme Application (2009/2010) Aknowledgement Slip' 57 headings_slip['ct'] = 'Certificate Programme Application (2009/2010) Aknowledgement Slip' 58 58 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2008/2009) Aknowledgement Slip' 59 59 configuration += ('heading_slip',headings_slip), … … 72 72 deaddates['pt'] = DateTime.DateTime(pprops.date5) 73 73 deaddates['dp'] = DateTime.DateTime(pprops.date5) 74 deaddates['ct'] = DateTime.DateTime(pprops.date 3)74 deaddates['ct'] = DateTime.DateTime(pprops.date5) 75 75 configuration += ('deaddate',deaddates), 76 76
Note: See TracChangeset for help on using the changeset viewer.