Changeset 10650 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 25 Sep 2013, 06:46:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r10596 r10650 93 93 '__parent__', None) 94 94 faculty = getattr(dept, '__parent__', None) 95 return [x is not None and x.longtitle ()or x for x in dept, faculty]95 return [x is not None and x.longtitle or x for x in dept, faculty] 96 96 97 97 def _addLoginInformation(self):
Note: See TracChangeset for help on using the changeset viewer.