Changeset 14057 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 8 Aug 2016, 05:52:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r14029 r14057 236 236 @property 237 237 def note(self): 238 note = getattr(self.context.__parent__, 'application_slip_notice', None) 239 if note: 240 return '<br /><br />' + note 238 241 if self.context.sex == 'm': 239 242 pronoun = 'he'
Note: See TracChangeset for help on using the changeset viewer.