fsi.layouts.course
Classes
Takes a course as its model, not a notification template |
|
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.CourseInviteMailLayout(model: Any, request: onegov.core.request.CoreRequest)[source]
Bases:
onegov.org.layout.DefaultMailLayout
,onegov.fsi.layout.FormatMixin
Takes a course as its model, not a notification template
- class fsi.layouts.course.CourseCollectionLayout(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.CourseLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
CourseCollectionLayout
The default layout meant for the public facing parts of the site.
- class fsi.layouts.course.AddCourseLayout(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.
- class fsi.layouts.course.EditCourseLayout(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.
- class fsi.layouts.course.InviteCourseLayout(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.