Ignore:
Timestamp:
27 May 2016, 06:23:57 (8 years ago)
Author:
Henrik Bettermann
Message:

Change section title.

File:
1 edited

Legend:

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

    r12913 r13867  
    164164            pdf_data.append(Spacer(1, 20))
    165165            pdf_data += [
    166                 Paragraph('<strong>Erroneous Data</strong>', STYLE["Normal"])]
     166                Paragraph(
     167                    '<strong>Students with no available data for '
     168                    'computation</strong>', STYLE["Normal"])]
     169            pdf_data.append(Spacer(1, 10))
    167170            table_data = [('Student Id', 'Matric No.', 'Name')] + self.data[-1]
    168171            pdf_data += [Table(table_data, style=TABLE_STYLE)]
Note: See TracChangeset for help on using the changeset viewer.