Changeset 16236 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 14 Sep 2020, 06:39:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r16235 r16236 1117 1117 submission_date = '' 1118 1118 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]: 1120 1121 submission_date = applicant.history.messages[-1][0:10] 1121 1122 applicants.append((applicant, submission_date))
Note: See TracChangeset for help on using the changeset viewer.