Ignore:
Timestamp:
10 Oct 2007, 14:08:36 (17 years ago)
Author:
Henrik Bettermann
Message:

pde application added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_admission.py

    r2328 r2340  
    8686headings = {}
    8787headings['pume'] = 'Apply for Post UME Screening Test (2007/2008)! '
    88 headings['pde'] = 'Apply for Post DE Screening Test(2007/2008)! '
     88headings['pde'] = 'Apply for Post DE Screening Test (2007/2008)! '
    8989headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! '
    9090headings['pce'] = 'Apply for PCE Screening (2007/2008)! '
     
    112112    info['heading_slip'] = headings_slip[screening_type]
    113113    layout = "application_%s" % screening_type
    114     without_reg_no = screening_type in ('prence',) 
     114    without_reg_no = screening_type in ('prence',)
    115115else:
    116116    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
Note: See TracChangeset for help on using the changeset viewer.