Changeset 13370 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 1 Nov 2015, 04:54:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
r13366 r13370 37 37 38 38 <tal:admitted condition="view/admitted"> 39 <p i18n:translate=" ">39 <p i18n:translate="app_admitted"> 40 40 <strong>Congratulations!</strong> You have been offered provisional 41 41 admission into the <span i18n:name="entry_session" tal:replace="view/entry_session"></span> … … 68 68 <tal:created condition="view/created"> 69 69 <br /> 70 <p i18n:translate=" ">70 <p i18n:translate="appl_created"> 71 71 Your student record has already been created for you. Your new 72 72 user name (= student id) is: <strong><span i18n:name="student_id" 73 73 tal:replace="view/student_id">STUDENT_ID</span></strong>. 74 Your initial password is: <strong><span i18n:name=" password"74 Your initial password is: <strong><span i18n:name="appl_number" 75 75 tal:replace="view/password">PASSWORD</span></strong>. 76 76 Please proceed to the <a i18n:name="login_url"
Note: See TracChangeset for help on using the changeset viewer.