Changeset 15198 for main


Ignore:
Timestamp:
25 Oct 2018, 08:22:59 (6 years ago)
Author:
Henrik Bettermann
Message:

Process title if too long.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po

    r15194 r15198  
    207207msgid "Required"
    208208msgstr "Mandatory"
    209 
    210 #. Default: ""
    211 #: waeup/kofa/students/utils.py:997
    212 msgid "${a} (${b}) - Academic Session ${d}"
    213 msgstr ""
    214 "${a} (${b})\n"
    215 "Academic Session ${d}"
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r15182 r15198  
    10931093        # only orientation is different
    10941094        return students_utils.renderPDFCourseticketsOverview(
    1095             self, session, self.data(session), lecturers, '')
     1095            self, session, self.data(session), lecturers, '', 45)
    10961096
    10971097class DownloadPreviousSessionScoresView(DownloadScoresView):
  • main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_browser.py

    r15178 r15198  
    411411        # A course ticket slip can be downloaded
    412412        self.login_as_lecturer()
     413        self.course.title = (u'Lorem ipsum dolor sit amet, consectetur '
     414                            u'adipisici elit, sed eiusmod tempor incidunt')
    413415        self.student['studycourse']['100']['COURSE1'].score = 55
    414416        self.student['studycourse']['100']['COURSE1'].ca = 11
Note: See TracChangeset for help on using the changeset viewer.