Ignore:
Timestamp:
7 Sep 2018, 09:36:27 (6 years ago)
Author:
Henrik Bettermann
Message:

Emergency fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r15117 r15132  
    453453            if not self.request.form.get('confirm_passport', False):
    454454                return _('Passport picture confirmation box not ticked.')
    455         if self.view.target in ('trans', 'cert') and \
     455        if self.target in ('trans', 'cert') and \
    456456            not store.getFileByContext(self.context, attr=u'stateresult.pdf'):
    457457            return _('No statement of result pdf file uploaded.')
Note: See TracChangeset for help on using the changeset viewer.