- Timestamp:
- 10 Aug 2024, 21:19:24 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r17870 r17880 1159 1159 'date_of_birth', 'entry_session', 'current_mode', 1160 1160 'flash_notice') 1161 1162 class 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.