Ignore:
Timestamp:
25 Oct 2018, 10:15:03 (6 years ago)
Author:
Henrik Bettermann
Message:

Increase Margin if title contains linebreaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r15197 r15200  
    10121012            ft = view.context.title[
    10131013                :(title_length-len(view.context.code))] + u' ...'
    1014             pdf_data.append(Spacer(1, 20))
    10151014        pdf_data += [Paragraph(
    10161015            translate(_('<b>Lecturer(s): ${a}</b>',
Note: See TracChangeset for help on using the changeset viewer.