Changeset 13356 for main/waeup.kofa/trunk
- Timestamp:
- 28 Oct 2015, 08:16:19 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r13282 r13356 1360 1360 self.submitted = False 1361 1361 self.not_submitted = False 1362 self.created = False 1362 1363 if applicant.state in (ADMITTED, CREATED): 1363 1364 self.admitted = True 1365 if applicant.state in (CREATED): 1366 self.created = True 1364 1367 if applicant.state in (NOT_ADMITTED,): 1365 1368 self.not_admitted = True -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
r13254 r13356 66 66 </tal:admitted> 67 67 68 <tal:created condition="view/created"> 69 <br /> 70 <p i18n:translate=""> 71 Your student record has already been created for you. Please 72 login and check your new student credentials. 73 </p> 74 </tal:created> 75 68 76 <tal:notadmitted condition="view/not_admitted"> 69 77 <p i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.