Changeset 14057 for main/waeup.aaue


Ignore:
Timestamp:
8 Aug 2016, 05:52:11 (8 years ago)
Author:
Henrik Bettermann
Message:

Use application_slip_notice if set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r14029 r14057  
    236236    @property
    237237    def note(self):
     238        note = getattr(self.context.__parent__, 'application_slip_notice', None)
     239        if note:
     240            return '<br /><br />' + note
    238241        if self.context.sex == 'm':
    239242            pronoun = 'he'
Note: See TracChangeset for help on using the changeset viewer.