- Timestamp:
- 25 Jun 2020, 05:15:48 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r16113 r16126 788 788 view.request.principal.id) 789 789 footer_text = view.label.split('\n') 790 if len(footer_text) > 1:790 if len(footer_text) > 2: 791 791 # We can add a department in first line, second line is used 792 792 footer_text = footer_text[1] … … 894 894 view.request.principal.id) 895 895 footer_text = view.label.split('\n') 896 if len(footer_text) > 1:896 if len(footer_text) > 2: 897 897 # We can add a department in first line 898 898 footer_text = footer_text[1]
Note: See TracChangeset for help on using the changeset viewer.