- Timestamp:
- 6 Aug 2018, 10:59:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r15099 r15100 396 396 store = getUtility(IExtFileStore) 397 397 if not self.target[:4] in ('cert', 'tran'): 398 if store.getFileByContext(self.context, attr=u'passport.jpg'):398 if not store.getFileByContext(self.context, attr=u'passport.jpg'): 399 399 return _('No passport picture uploaded.') 400 400 if not self.request.form.get('confirm_passport', False):
Note: See TracChangeset for help on using the changeset viewer.