Ignore:
Timestamp:
27 Jun 2023, 09:35:46 (19 months ago)
Author:
Henrik Bettermann
Message:

Don't led students selct blocked hostels on AccommodationManageFormPage.

Remove empty lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r17261 r17458  
    501501            return
    502502
    503 
    504503class LogoutPage(KofaPage):
    505504    """A logout page. Calling this page will log the current user out.
     
    516515        self.redirect(self.application_url() + '/index')
    517516        return
    518 
    519517
    520518class LanguageChangePage(KofaPage):
     
    21392137    pnav = 1
    21402138
    2141 
    21422139class FacultiesContainerManageFormPage(KofaEditFormPage):
    21432140    """Manage the basic properties of a `Faculty` instance.
     
    21742171        self.redirect(self.url(self.context))
    21752172        return
    2176 
    21772173
    21782174class FacultyAddFormPage(KofaAddFormPage):
     
    26152611
    26162612class UpdateCourseTicketsView(UtilityView, grok.View):
    2617     """Udate course tickets.
     2613    """Update course tickets.
    26182614    """
    26192615    grok.context(ICourse)
     
    27112707    def delLocalRoles(self, **data):
    27122708        return del_local_roles(self,3,**data)
    2713 
    27142709
    27152710class CertificateCourseAddFormPage(KofaAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.