Ignore:
Timestamp:
17 Dec 2015, 06:12:49 (9 years ago)
Author:
Henrik Bettermann
Message:

Confirmation check box must be available in template.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt

    r13541 r13547  
    6969  </table>
    7070
     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"/>&nbsp;&nbsp;
     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"/>&nbsp;&nbsp;
     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>
    7192  <br />
    7293
Note: See TracChangeset for help on using the changeset viewer.