Changeset 15132 for main/waeup.aaue/trunk/src
- Timestamp:
- 7 Sep 2018, 09:36:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r15117 r15132 453 453 if not self.request.form.get('confirm_passport', False): 454 454 return _('Passport picture confirmation box not ticked.') 455 if self. view.target in ('trans', 'cert') and \455 if self.target in ('trans', 'cert') and \ 456 456 not store.getFileByContext(self.context, attr=u'stateresult.pdf'): 457 457 return _('No statement of result pdf file uploaded.')
Note: See TracChangeset for help on using the changeset viewer.