Ignore:
Timestamp:
16 Jan 2024, 10:34:45 (8 months ago)
Author:
Henrik Bettermann
Message:

Do not show confirm box if picture is not editable by applicants.

File:
1 edited

Legend:

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

    r16579 r17669  
    102102  <div tal:condition="python: not view.manage_applications
    103103                              and not view.target in ('trans', 'cert', 'rec')
    104                               and context.__parent__.with_picture">
     104                              and view.picture_editable">
    105105    <input id="confirm_passport" name="confirm_passport"
    106106           type="checkbox" value="True"/>&nbsp;&nbsp;
Note: See TracChangeset for help on using the changeset viewer.