Ignore:
Timestamp:
4 Mar 2020, 22:40:41 (5 years ago)
Author:
Henrik Bettermann
Message:

Change error message.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/exception.pt

    r6201 r16024  
    44  </head>
    55  <body>
    6     <h1>A system error occured</h1>
    7     <div>We apologize for any inconveniences</div>
     6    <h1>An unexpected issue has occurred.</h1>
     7    <div>
     8      Our technical staff have been automatically notified and will be looking
     9      into this with the utmost urgency.
     10    </div>
    811  </body>
    912</html>
  • main/waeup.kofa/trunk/src/waeup/kofa/students/studylevel.py

    r15963 r16024  
    242242        if not ICourseTicket.providedBy(ticket):
    243243            raise TypeError(
    244                 'StudentStudyLeves contain only ICourseTicket instances')
     244                'StudentStudyLevels contain only ICourseTicket instances')
    245245        ticket.code = course.code
    246246        ticket.title = course.title
Note: See TracChangeset for help on using the changeset viewer.