Ignore:
Timestamp:
3 Jul 2019, 05:35:53 (5 years ago)
Author:
Henrik Bettermann
Message:

Show signatures on "ug_dsh" and "de_dsh" course registration slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r15478 r15483  
    640640
    641641    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'):
    644644            return (
    645645                [('I have selected the course on the advise of my Head of '
Note: See TracChangeset for help on using the changeset viewer.