Changeset 16345
- Timestamp:
- 4 Dec 2020, 22:12:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16332 r16345 735 735 @property 736 736 def note(self): 737 notice = getattr(self.context.__parent__, 'application_slip_notice', None) 737 notice = getattr(self.context.__parent__, 'application_slip_notice') 738 if not notice: 739 notice == '' 738 740 if self.context.screening_date: 739 741 return """
Note: See TracChangeset for help on using the changeset viewer.