Changeset 13366 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
- Timestamp:
- 31 Oct 2015, 06:36:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
r13365 r13366 39 39 <p i18n:translate=""> 40 40 <strong>Congratulations!</strong> You have been offered provisional 41 admission into the <span tal:replace="view/entry_session"></span>42 Academic Session of <span tal:replace="layout/getAppTitle"></span>.41 admission into the <span i18n:name="entry_session" tal:replace="view/entry_session"></span> 42 Academic Session of <span i18n:name="app_title" tal:replace="layout/getAppTitle"></span>. 43 43 </p> 44 44 <span tal:condition="view/course_admitted"> … … 70 70 <p i18n:translate=""> 71 71 Your student record has already been created for you. Your new 72 user name (= student id) is: <strong><span tal:replace="view/student_id">STUDENT_ID</span></strong>. 73 Your initial password is: <strong><span tal:replace="view/password">PASSWORD</span></strong>. 74 Please proceed to the <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 72 user name (= student id) is: <strong><span i18n:name="student_id" 73 tal:replace="view/student_id">STUDENT_ID</span></strong>. 74 Your initial password is: <strong><span i18n:name="password" 75 tal:replace="view/password">PASSWORD</span></strong>. 76 Please proceed to the <a i18n:name="login_url" 77 tal:attributes="href python: view.url(layout.site, 'login')">login form</a>, 75 78 enter your new login credentials and change your password immediately after login. 76 79 </p>
Note: See TracChangeset for help on using the changeset viewer.