Changeset 17416


Ignore:
Timestamp:
22 May 2023, 20:46:47 (16 months ago)
Author:
Henrik Bettermann
Message:

Customize landing page.

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  
    2121from waeup.kofa.browser.pages import (
    2222    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage,
    23     LoginPage, CertificatePage, CertificateManageFormPage)
     23    LoginPage, CertificatePage, CertificateManageFormPage,
     24    TranscriptOfficerLandingPage)
    2425from waeup.kofa.university.interfaces import ICertificate
    2526from waeup.kofa.interfaces import IUniversity
     
    2728    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2829
     30grok.templatedir('templates')
    2931
    3032class ShowDuplicatePayments(grok.View):
     
    9395        'custom_textline_1', 'custom_textline_2',
    9496        'code')
     97
     98class 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.