Changeset 7979 for WAeUP_SRP/trunk/skins
- Timestamp:
- 26 Mar 2012, 05:18:51 (13 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r7961 r7979 31 31 32 32 #manage = "manage" in request.keys() 33 screening_types = ('prence','pume','pume2','pce','pde','pde2','cest','sandwich','dp','ct','pt','sandwich2008') 33 screening_types = ('prence','pume','pume2','pce','pde','pde2','cest','sandwich', 34 'dp','ct','pt','sandwich2008','pg_ft','pg_pt') 34 35 if not (traverse_subpath and traverse_subpath[0] in screening_types): 35 36 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) -
WAeUP_SRP/trunk/skins/waeup_uniben/config_form.pt
r5177 r7979 165 165 <th> 166 166 <label> 167 Deadline PT/DP/CT Application:167 Deadline PT/DP/CT/PG Application: 168 168 </label> 169 169 </th>
Note: See TracChangeset for help on using the changeset viewer.