Changeset 5511 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 2 Sep 2010, 05:58:26 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r5510 r5511 31 31 32 32 #manage = "manage" in request.keys() 33 screening_types = ('prence','pume','pume2','pce','pde',' cest','sandwich','dp','ct','pt','sandwich2008')33 screening_types = ('prence','pume','pume2','pce','pde','pde2','cest','sandwich','dp','ct','pt','sandwich2008') 34 34 if not (traverse_subpath and traverse_subpath[0] in screening_types): 35 35 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission_manage_form.pt
r5259 r5511 27 27 <td>2nd choice PUME Applicants (status submitted):</td> 28 28 <td><span tal:replace="info_applicants/submitted_pume2" /></td> 29 </tr> 29 </tr> 30 30 <tr> 31 31 <td>PUDE Applicants (status submitted):</td> 32 32 <td><span tal:replace="info_applicants/submitted_pde" /></td> 33 33 </tr> 34 <tr> 35 <td>2nd choice PUDE Applicants (status submitted):</td> 36 <td><span tal:replace="info_applicants/submitted_pde2" /></td> 37 </tr> 34 38 <tr> 35 39 <td>CEST Applicants (status submitted):</td>
Note: See TracChangeset for help on using the changeset viewer.