Changeset 15722


Ignore:
Timestamp:
29 Oct 2019, 16:52:19 (5 years ago)
Author:
Henrik Bettermann
Message:

with hostel selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r15720 r15722  
    4242    NigeriaExportPDFCourseRegistrationSlip,
    4343    NigeriaStudentBaseEditFormPage,
    44     NigeriaBedTicketAddPage
     44    NigeriaBedTicketAddPage,
     45    NigeriaAccommodationManageFormPage
    4546    )
    4647
     
    8990    #    return ()
    9091
     92class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage):
     93    """ Page to manage bed tickets.
     94    This manage form page is for both students and students officers.
     95    """
     96    with_hostel_selection = True
     97
    9198class CustomBedTicketAddPage(NigeriaBedTicketAddPage):
    9299    """ Page to add a bed ticket
Note: See TracChangeset for help on using the changeset viewer.