- Timestamp:
- 17 Dec 2015, 06:12:49 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset for help on using the changeset viewer.