- Timestamp:
- 2 Dec 2016, 10:34:05 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicantdisplaypage.pt
r14303 r14304 15 15 </div> 16 16 17 <img src="" height="180px" tal:attributes="src view/passport_url" /> 17 <img tal:condition="python: not view.target in ('trans', 'cert')" 18 src="" height="180px" tal:attributes="src view/passport_url" /> 18 19 19 20 <table i18n:domain="waeup.kofa" class="form-table"> -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt
r14029 r14304 22 22 <tbody> 23 23 <tal:widgets content="structure provider:widgets" /> 24 <tr >24 <tr tal:condition="python: not view.target in ('trans', 'cert')"> 25 25 <td class="fieldname" i18n:translate=""> 26 26 Passport Photo: … … 69 69 </table> 70 70 71 <div tal:condition="python: not view.manage_applications and not view.target == 'trans'">71 <div tal:condition="python: not view.manage_applications and not view.target in ('trans', 'cert')"> 72 72 <input id="confirm_passport" name="confirm_passport" 73 73 type="checkbox" value="True"/> … … 82 82 </span> 83 83 </div> 84 <div tal:condition="python: not view.manage_applications and view.target == 'trans'">84 <div tal:condition="python: not view.manage_applications and view.target in ('trans', 'cert')"> 85 85 <input id="confirm_passport" name="confirm_passport" 86 86 type="checkbox" value="True"/>
Note: See TracChangeset for help on using the changeset viewer.