- Timestamp:
- 17 Dec 2015, 06:12:49 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r13546 r13547 231 231 """ 232 232 233 grok.template(' transcriptapplicanteditpage')233 grok.template('applicanteditpage') 234 234 235 235 @property -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt
r13541 r13547 69 69 </table> 70 70 71 <div tal:condition="python: not view.manage_applications and not view.target == 'trans'"> 72 <input id="confirm_passport" name="confirm_passport" 73 type="checkbox" value="True"/> 74 <span i18n:translate=""> 75 I hereby confirm that the Passport Photograph uploaded on this form is a 76 true picture of me. I also acknowledge by ticking this check box that, 77 if discovered at any time that I do not possess any of the qualifications 78 which I claim I have obtained, I will be expelled from the University 79 and shall not be re-admitted for the same or any other programme, 80 even if I have upgraded my previous qualifications or possess additional 81 qualifications. 82 </span> 83 </div> 84 <div tal:condition="python: not view.manage_applications and view.target == 'trans'"> 85 <input id="confirm_passport" name="confirm_passport" 86 type="checkbox" value="True"/> 87 <span i18n:translate=""> 88 I hereby confirm that the Passport Photograph uploaded on this form is a 89 true picture of me. 90 </span> 91 </div> 71 92 <br /> 72 93 -
main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po
r13373 r13547 44 44 msgid "Credits" 45 45 msgstr "Units" 46 47 #: waeup/kofa/applicants/browser_templates/applicanteditpage.pt:6648 msgid ""49 "I confirm that the Passport Photograph uploaded on this form is a true "50 "picture of me."51 msgstr ""52 "I hereby confirm that the Passport Photograph uploaded on this form is a "53 "true picture of me. I also acknowledge by ticking this check box that, if "54 "discovered at any time that I do not possess any of the qualifications which "55 "I claim I have obtained, I will be expelled from the University and shall "56 "not be re-admitted for the same or any other programme, even if I have "57 "upgraded my previous qualifications or possess additional qualifications."58 46 59 47 #: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:69
Note: See TracChangeset for help on using the changeset viewer.