Ignore:
Timestamp:
14 Sep 2020, 06:39:52 (4 years ago)
Author:
Henrik Bettermann
Message:

There are no history.messages in tests.

File:
1 edited

Legend:

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

    r16235 r16236  
    11171117        submission_date = ''
    11181118        for applicant in results:
    1119             if 'submitted' in applicant.history.messages[-1]:
     1119            if applicant.history.messages \
     1120                and 'submitted' in applicant.history.messages[-1]:
    11201121                submission_date = applicant.history.messages[-1][0:10]
    11211122            applicants.append((applicant, submission_date))
Note: See TracChangeset for help on using the changeset viewer.