Ignore:
Timestamp:
15 Oct 2014, 07:44:25 (10 years ago)
Author:
Henrik Bettermann
Message:

Customize login page.

Location:
main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser/pages.py

    r11840 r11845  
    2121    LoginPage, CertificatePage, CertificateManageFormPage, DepartmentPage,
    2222    DepartmentManageFormPage, CertificateAddFormPage, DepartmentAddFormPage,
    23     FacultyManageFormPage, FacultyAddFormPage)
     23    FacultyManageFormPage, FacultyAddFormPage, LoginPage)
    2424from waeup.kofa.university.interfaces import ICertificate
    2525from kofacustom.pcn.interfaces import (
     
    9191        'study_mode', 'start_level', 'end_level', 'school_fee_2',
    9292        'school_fee_3', 'school_fee_4', 'ratio')
     93
     94class LoginPage(LoginPage):
     95    """A login page, available for all objects.
     96    """
Note: See TracChangeset for help on using the changeset viewer.