Changeset 5234 for WAeUP_SRP


Ignore:
Timestamp:
24 Jun 2010, 21:28:42 (14 years ago)
Author:
Henrik Bettermann
Message:

remove pume and pde

File:
1 edited

Legend:

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

    r5233 r5234  
    3131
    3232#manage = "manage" in request.keys()
    33 screening_types = ('prence','pume','pce','pde','cest','sandwich')
     33screening_types = ('prence','pce','cest','sandwich')
    3434if not (traverse_subpath and traverse_subpath[0] in screening_types):
    3535    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
     
    106106#     reg_no = request.form.get('reg_no','').upper()
    107107info = {}
    108 screening_type = 'pume'
     108screening_type = 'pce'
    109109if traverse_subpath and traverse_subpath[0] in screening_types:
    110110    screening_type = traverse_subpath[0]
Note: See TracChangeset for help on using the changeset viewer.