fsi.layouts.subscription
Classes
The default layout meant for the public facing parts of the site. |
|
Only used for editing since it does not contain fields |
Module Contents
- class fsi.layouts.subscription.SubscriptionCollectionLayout(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 editbar_links: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup][source]
A of
onegov.org.elements.LinkGroup
classes. Each of them will be shown in the top editbar, with the group title being the dropdown title.
- property course_event: CourseEvent | None[source]
- class fsi.layouts.subscription.SubscriptionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
onegov.fsi.layout.DefaultLayout
Only used for editing since it does not contain fields