Ignore:
Timestamp:
27 Aug 2023, 13:01:06 (15 months ago)
Author:
Henrik Bettermann
Message:

See ticket #42 comment 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py

    r17556 r17561  
    240240
    241241    grok.name('examclearance_slip.pdf')
     242    grok.require('waeup.manageStudent')
    242243    omit_fields = (
    243244        'suspended',
     
    257258    form_fields = None
    258259
    259     note = '''
     260    @property
     261    def note(self):
     262        return '''
    260263
    261264
    262265   
    263 You have been cleared to write second semester examination.
    264 '''
     266You have been cleared to write second semester examination for %s/%s session.
     267''' % (self.context.current_session, self.context.current_session + 1)
    265268
    266269    def update(self):
Note: See TracChangeset for help on using the changeset viewer.