Ignore:
Timestamp:
22 Oct 2014, 06:40:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Add some space by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py

    r11869 r11871  
    5656    @property
    5757    def note(self):
    58         return getattr(self.context.__parent__, 'application_slip_notice', None)
     58        note = getattr(self.context.__parent__, 'application_slip_notice', None)
     59        return '<br /><br />' + note
    5960
    6061    @property
Note: See TracChangeset for help on using the changeset viewer.