Changeset 15116
- Timestamp:
- 28 Aug 2018, 15:33:57 (6 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/pages.py
r15042 r15116 1355 1355 if invalid_line == -1: 1356 1356 self.flash(_( 1357 "The data in your file contain trailing whitespaces. "1357 "The data in your file contain trailing whitespaces. " 1358 1358 "Please replace."), type='danger') 1359 1359 else: -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r15104 r15116 1194 1194 1195 1195 class StudentTranscriptRequestManageFormPage(KofaEditFormPage): 1196 """ Page to edit personal data by student1196 """ Page to manage transcript data 1197 1197 """ 1198 1198 grok.context(IStudent)
Note: See TracChangeset for help on using the changeset viewer.