Changeset 17458 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 27 Jun 2023, 09:35:46 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r17261 r17458 501 501 return 502 502 503 504 503 class LogoutPage(KofaPage): 505 504 """A logout page. Calling this page will log the current user out. … … 516 515 self.redirect(self.application_url() + '/index') 517 516 return 518 519 517 520 518 class LanguageChangePage(KofaPage): … … 2139 2137 pnav = 1 2140 2138 2141 2142 2139 class FacultiesContainerManageFormPage(KofaEditFormPage): 2143 2140 """Manage the basic properties of a `Faculty` instance. … … 2174 2171 self.redirect(self.url(self.context)) 2175 2172 return 2176 2177 2173 2178 2174 class FacultyAddFormPage(KofaAddFormPage): … … 2615 2611 2616 2612 class UpdateCourseTicketsView(UtilityView, grok.View): 2617 """U date course tickets.2613 """Update course tickets. 2618 2614 """ 2619 2615 grok.context(ICourse) … … 2711 2707 def delLocalRoles(self, **data): 2712 2708 return del_local_roles(self,3,**data) 2713 2714 2709 2715 2710 class CertificateCourseAddFormPage(KofaAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.