Ignore:
Timestamp:
8 Oct 2015, 14:40:37 (9 years ago)
Author:
Henrik Bettermann
Message:

Second line is used for footer if nummber of lines > 1

File:
1 edited

Legend:

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

    r13247 r13304  
    722722                              view.request.principal.id)
    723723        footer_text = view.label.split('\n')
    724         if len(footer_text) > 2:
    725             # We can add a department in first line
     724        if len(footer_text) > 1:
     725            # We can add a department in first line, second line is used
    726726            footer_text = footer_text[1]
    727727        else:
Note: See TracChangeset for help on using the changeset viewer.