Ignore:
Timestamp:
10 Jun 2009, 07:35:29 (16 years ago)
Author:
Henrik Bettermann
Message:

fix last revision

File:
1 edited

Legend:

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

    r4240 r4241  
    3131
    3232#manage = "manage" in request.keys()
    33 screening_types = ('prence','pume','pce','pde','cest','sandwich')
     33screening_types = ('prence','pume','pce','pde','cest','sandwich','dp','ct','pt')
    3434if not (traverse_subpath and traverse_subpath[0] in screening_types):
    3535    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
     
    5353headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip'
    5454headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip'
    55 headings_slip['pt'] = 'CEST Application (2009/2010) Aknowledgement Slip'
    56 headings_slip['dp'] = 'CEST Application (2009/2010) Aknowledgement Slip'
    57 headings_slip['ct'] = 'CEST Application (2009/2010) Aknowledgement Slip'
     55headings_slip['pt'] = 'Part-Time Degree Application (2009/2010) Aknowledgement Slip'
     56headings_slip['dp'] = 'Diploma Programme Application (2009/2010) Aknowledgement Slip'
     57headings_slip['ct'] = 'Certificate Programme Application (2009/2010) Aknowledgement Slip'
    5858headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2008/2009) Aknowledgement Slip'
    5959configuration += ('heading_slip',headings_slip),
     
    7272deaddates['pt'] = DateTime.DateTime(pprops.date5)
    7373deaddates['dp'] = DateTime.DateTime(pprops.date5)
    74 deaddates['ct'] = DateTime.DateTime(pprops.date3)
     74deaddates['ct'] = DateTime.DateTime(pprops.date5)
    7575configuration += ('deaddate',deaddates),
    7676
Note: See TracChangeset for help on using the changeset viewer.