Changeset 15483
- Timestamp:
- 3 Jul 2019, 05:35:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15478 r15483 640 640 641 641 def _signatures(self): 642 if self.context.student.current_mode .endswith('_pt') \643 or self.context.student.current_mode == 'found':642 if self.context.student.current_mode in ( 643 'ug_pt', 'de_pt', 'ug_dsh', 'de_dsh', 'found'): 644 644 return ( 645 645 [('I have selected the course on the advise of my Head of '
Note: See TracChangeset for help on using the changeset viewer.