- Timestamp:
- 8 Feb 2008, 10:47:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r3028 r3130 39 39 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 40 40 headings['pce'] = 'Apply for PCE Screening (2007/2008)! ' 41 headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! ' 41 #headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! ' 42 headings['cest'] = 'Apply for Diploma Programmes (2007/2008)! ' 42 43 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)' 43 44 … … 57 58 deaddates['prence'] = DateTime.DateTime('2007/12/4 23:59') 58 59 deaddates['pce'] = DateTime.DateTime('2007/08/12 23:59') 59 deaddates['cest'] = DateTime.DateTime('2008/0 1/2123:59')60 deaddates['cest'] = DateTime.DateTime('2008/02/15 23:59') 60 61 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59') 61 62 configuration += ('deaddate',deaddates),
Note: See TracChangeset for help on using the changeset viewer.