Changeset 16347
- Timestamp:
- 4 Dec 2020, 22:22:22 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16346 r16347 737 737 notice = getattr(self.context.__parent__, 'application_slip_notice') 738 738 if notice is None: 739 notice = =''739 notice = '' 740 740 if self.context.screening_date: 741 741 return """
Note: See TracChangeset for help on using the changeset viewer.