Changeset 15617 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 29 Sep 2019, 19:18:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r15584 r15617 1058 1058 'd':session})) 1059 1059 if name == 'attendance': 1060 doc_title += _('\nAttendance Sheet')1060 doc_title += '\n' + _('Attendance Sheet') 1061 1061 if name == 'coursetickets': 1062 doc_title += _('\nCourse Tickets Overview')1062 doc_title += '\n' + _('Course Tickets Overview') 1063 1063 #footer_title = translate(_('${a} (${b}) - ${d}', 1064 1064 # mapping = {'a':ft,
Note: See TracChangeset for help on using the changeset viewer.