Ignore:
Timestamp:
8 Jun 2016, 15:48:51 (9 years ago)
Author:
Henrik Bettermann
Message:

Add DownloadScoresView which is for lecturers only. Remove
waeup.showStudents from Lecturer role. Adjust
DataForLecturerExporter. Only editable course tickets are being
exported.

File:
1 edited

Legend:

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

    r13879 r13894  
    190190        pdf_data.append(Spacer(1, 40))
    191191        signatures = [
    192             translate(_('Ag. Head of Department')),
     192            translate(_('Head of Department')),
    193193            translate(_('Dean of Faculty'))]
    194194        signaturetables = get_signature_tables(signatures, landscape=True)
Note: See TracChangeset for help on using the changeset viewer.