Changeset 15973


Ignore:
Timestamp:
31 Jan 2020, 16:22:22 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

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

    r15846 r15973  
    4040    StudentFilesUploadPage, emit_lock_message,
    4141    AccommodationManageFormPage,
     42    AccommodationDisplayFormPage,
    4243    BedTicketAddPage)
    4344from waeup.kofa.students.interfaces import IStudentsUtils
     
    222223            return
    223224        return
     225
     226class NigeriaAccommodationDisplayFormPage(AccommodationDisplayFormPage):
     227    """ Page to manage bed tickets.
     228    This manage form page is for both students and students officers.
     229    """
     230    with_hostel_selection = False
    224231
    225232class NigeriaAccommodationManageFormPage(AccommodationManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.