Changeset 13099 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 24 Jun 2015, 10:46:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r13076 r13099 1172 1172 # know that a record was found and only the lastname 1173 1173 # verification failed. 1174 self.flash(_('No application record found.'), type='warning') 1174 self.flash( 1175 _('No application record found.'), type='warning') 1175 1176 return 1176 1177 elif applicant.password is not None and \
Note: See TracChangeset for help on using the changeset viewer.