Changeset 11872 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 22 Oct 2014, 06:45:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r11871 r11872 57 57 def note(self): 58 58 note = getattr(self.context.__parent__, 'application_slip_notice', None) 59 return '<br /><br />' + note 59 if note: 60 return '<br /><br />' + note 61 return 60 62 61 63 @property
Note: See TracChangeset for help on using the changeset viewer.