Changeset 7979 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
26 Mar 2012, 05:18:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Register pg application layouts and more.

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

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

    r7961 r7979  
    3131
    3232#manage = "manage" in request.keys()
    33 screening_types = ('prence','pume','pume2','pce','pde','pde2','cest','sandwich','dp','ct','pt','sandwich2008')
     33screening_types = ('prence','pume','pume2','pce','pde','pde2','cest','sandwich',
     34    'dp','ct','pt','sandwich2008','pg_ft','pg_pt')
    3435if not (traverse_subpath and traverse_subpath[0] in screening_types):
    3536    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
  • WAeUP_SRP/trunk/skins/waeup_uniben/config_form.pt

    r5177 r7979  
    165165        <th>
    166166          <label>
    167             Deadline PT/DP/CT Application:
     167            Deadline PT/DP/CT/PG Application:
    168168          </label>
    169169        </th>
Note: See TracChangeset for help on using the changeset viewer.