Changeset 15512 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 24 Jul 2019, 19:59:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15511 r15512 438 438 # "Course registration has ended. " 439 439 # "Unregistration is disabled."), type="danger") 440 elif str(self.context.__parent__.current_level) != self.context.__name__:440 if str(self.context.__parent__.current_level) != self.context.__name__: 441 441 self.flash(_('This is not your current level.'), type="danger") 442 442 elif self.context.student.state == REGISTERED:
Note: See TracChangeset for help on using the changeset viewer.