Ignore:
Timestamp:
10 Aug 2024, 21:19:24 (3 months ago)
Author:
Henrik Bettermann
Message:

Add affidavit of good behavior upload components.

File:
1 edited

Legend:

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

    r17870 r17880  
    11591159        'date_of_birth', 'entry_session', 'current_mode',
    11601160        'flash_notice')
     1161
     1162class StudentAffidavitUploadPage(KofaPage):
     1163    """View to upload scanned affidavit of good behavior by student.
     1164    """
     1165    grok.context(ICustomStudent)
     1166    grok.name('affidavit_upload')
     1167    grok.require('waeup.uploadStudentFile')
     1168    grok.template('affidavituploadpage')
     1169    label = _('Upload affidavit of good behavior')
     1170    deletion_warning = _('Are you sure?')
     1171    pnav = 4
Note: See TracChangeset for help on using the changeset viewer.