Changeset 2686 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 17 Nov 2007, 08:07:27 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt
r2685 r2686 28 28 </tr> 29 29 <tr> 30 <td>A dmittedApplicants (status admitted):</td>30 <td>All Applicants (status admitted):</td> 31 31 <td><span tal:replace="info_applicants/admitted" /></td> 32 32 </tr> 33 33 <tr> 34 <td>Non-admitted Applicants (status not admitted):</td> 35 <td><span tal:replace="info_applicants/not_admitted" /></td> 36 </tr> 37 38 <tr> 39 <td>Student Records Created (status created):</td> 34 <td>All Applicants (status student record created):</td> 40 35 <td><span tal:replace="info_applicants/created" /></td> 41 36 </tr> 37 <tr> 38 <td>All Applicants (status not admitted):</td> 39 <td><span tal:replace="info_applicants/not_admitted" /></td> 40 </tr> 42 41 </table> 43 42 … … 68 67 69 68 70 71 72 73 69 <input type="submit" class="standalone" 74 70 name="edit" 75 71 value="Save" 76 72 /> 77 78 79 80 81 73 82 74 <br /><br /> -
WAeUP_SRP/base/skins/waeup_student/getApplicantsStatistics.py
r2685 r2686 30 30 info['submitted_pume'] = len(res_submitted_pume) 31 31 info['admitted'] = len(res_admitted) 32 info['not_admitted'] = len(res_not_admitted _pume)32 info['not_admitted'] = len(res_not_admitted) 33 33 info['submitted_pde'] = len(res_submitted_pde) 34 34 info['created'] = len(res_created) -
WAeUP_SRP/base/skins/waeup_student/start_clearance.py
r2661 r2686 61 61 error = True 62 62 logger.info('%s entered wrong clearance pin' % (info['id'])) 63 elif app_doc.passport is None:63 elif False #app_doc.passport is None: 64 64 #psm = "You must upload your passport picture before you can start the registration process!" 65 65 #error = True
Note: See TracChangeset for help on using the changeset viewer.