Ignore:
Timestamp:
26 Jan 2013, 07:58:03 (12 years ago)
Author:
Henrik Bettermann
Message:

Two modifications which become necessary for the next waeup.aaue upgrade.

File:
1 edited

Legend:

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

    r9911 r9912  
    560560        author = '%s (%s)' % (view.request.principal.title,
    561561                              view.request.principal.id)
    562         footer_text = view.label
     562        footer_text = view.label.split('\n')[0]
    563563        if getattr(student, 'student_id', None) is not None:
    564564            footer_text = "%s - %s - " % (student.student_id, footer_text)
Note: See TracChangeset for help on using the changeset viewer.