Changeset 16024 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 4 Mar 2020, 22:40:41 (5 years ago)
- 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 4 4 </head> 5 5 <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> 8 11 </body> 9 12 </html> -
main/waeup.kofa/trunk/src/waeup/kofa/students/studylevel.py
r15963 r16024 242 242 if not ICourseTicket.providedBy(ticket): 243 243 raise TypeError( 244 'StudentStudyLeve s contain only ICourseTicket instances')244 'StudentStudyLevels contain only ICourseTicket instances') 245 245 ticket.code = course.code 246 246 ticket.title = course.title
Note: See TracChangeset for help on using the changeset viewer.