Changeset 17416 for main/waeup.uniben
- Timestamp:
- 22 May 2023, 20:46:47 (18 months ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/browser
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/browser/pages.py
r17111 r17416 21 21 from waeup.kofa.browser.pages import ( 22 22 SessionConfigurationAddFormPage, SessionConfigurationManageFormPage, 23 LoginPage, CertificatePage, CertificateManageFormPage) 23 LoginPage, CertificatePage, CertificateManageFormPage, 24 TranscriptOfficerLandingPage) 24 25 from waeup.kofa.university.interfaces import ICertificate 25 26 from waeup.kofa.interfaces import IUniversity … … 27 28 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 28 29 30 grok.templatedir('templates') 29 31 30 32 class ShowDuplicatePayments(grok.View): … … 93 95 'custom_textline_1', 'custom_textline_2', 94 96 'code') 97 98 class CustomTranscriptOfficerLandingPage(TranscriptOfficerLandingPage): 99 """Display students, who requested a transcript, when 100 transcript officer logs in. 101 """ 102 grok.template('mytranscriptrequests')
Note: See TracChangeset for help on using the changeset viewer.