Ignore:
Timestamp:
24 Jun 2015, 10:46:58 (10 years ago)
Author:
Henrik Bettermann
Message:

More docs.

File:
1 edited

Legend:

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

    r13076 r13099  
    11721172                    # know that a record was found and only the lastname
    11731173                    # verification failed.
    1174                     self.flash(_('No application record found.'), type='warning')
     1174                    self.flash(
     1175                        _('No application record found.'), type='warning')
    11751176                    return
    11761177                elif applicant.password is not None and \
Note: See TracChangeset for help on using the changeset viewer.