fsi.layouts.course_event
Classes
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
Module Contents
- class fsi.layouts.course_event.CourseEventCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
onegov.fsi.layout.DefaultLayout
The default layout meant for the public facing parts of the site.
- property breadcrumbs: list[onegov.core.elements.Link][source]
Returns the breadcrumbs for the current page.
- class fsi.layouts.course_event.CourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
onegov.fsi.layout.DefaultLayout
The default layout meant for the public facing parts of the site.
- property reservation_collection: onegov.fsi.collections.subscription.SubscriptionsCollection[source]
- property template_collection: onegov.fsi.collections.notification_template.CourseNotificationTemplateCollection[source]
- property breadcrumbs: list[onegov.core.elements.Link][source]
Returns the breadcrumbs for the detail page.
- class fsi.layouts.course_event.EditCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
CourseEventLayout
The default layout meant for the public facing parts of the site.
- class fsi.layouts.course_event.AddCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
CourseEventCollectionLayout
The default layout meant for the public facing parts of the site.
- class fsi.layouts.course_event.DuplicateCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
CourseEventLayout
The default layout meant for the public facing parts of the site.