Ignore:
Timestamp:
6 Feb 2020, 09:23:11 (5 years ago)
Author:
Henrik Bettermann
Message:

Add Recruitment application.

File:
1 edited

Legend:

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

    r15948 r15991  
    101101
    102102  <div tal:condition="python: not view.manage_applications
    103                               and not view.target in ('trans', 'cert')
     103                              and not view.target in ('trans', 'cert', 'rec')
    104104                              and context.__parent__.with_picture">
    105105    <input id="confirm_passport" name="confirm_passport"
     
    116116  </div>
    117117  <div tal:condition="python: not view.manage_applications
    118                               and view.target not in ('trans', 'cert')
     118                              and view.target in ('rec',)
    119119                              and context.__parent__.with_picture">
    120120    <input id="confirm_passport" name="confirm_passport"
Note: See TracChangeset for help on using the changeset viewer.