Changeset 17675 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 17 Jan 2024, 14:18:31 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r17638 r17675 480 480 # Temporarily enable passport upload also for cert and trans 481 481 # applications. 482 if self. context.__parent__.with_picture:482 if self.picture_editable: 483 483 if not store.getFileByContext(self.context, attr=u'passport.jpg'): 484 484 return _('No passport picture uploaded.')
Note: See TracChangeset for help on using the changeset viewer.