Ignore:
Timestamp:
13 Dec 2018, 07:16:11 (6 years ago)
Author:
Henrik Bettermann
Message:

Activate hostel selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py

    r15251 r15267  
    5050    NigeriaStudentPersonalDisplayFormPage,
    5151    NigeriaStudentPersonalManageFormPage,
    52     NigeriaStudentPersonalEditFormPage
     52    NigeriaStudentPersonalEditFormPage,
     53    NigeriaAccommodationManageFormPage
    5354    )
    5455
     
    606607    def manage_payments_allowed(self):
    607608        return checkPermission('waeup.manageStudent', self.context)
     609
     610class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage):
     611    """ Page to manage bed tickets.
     612    This manage form page is for both students and students officers.
     613    """
     614    with_hostel_selection = True
Note: See TracChangeset for help on using the changeset viewer.