fsi.views.notifcations
Functions
| 
 | Recipients must be a list of attendee id's or attendees | 
| 
 | |
| 
 | |
| 
 | |
Module Contents
- fsi.views.notifcations.handle_send_email(self: onegov.fsi.models.course_notification_template.CourseNotificationTemplate, request: onegov.fsi.request.FsiRequest, recipients: collections.abc.Sequence[uuid.UUID] | collections.abc.Sequence[onegov.fsi.models.CourseAttendee], cc_to_sender: bool = True, show_sent_count: bool = True, attachments: collections.abc.Iterable[onegov.core.mail.Attachment | _typeshed.StrPath] | None = None) onegov.fsi.request.FsiRequest[source]
- Recipients must be a list of attendee id’s or attendees 
- fsi.views.notifcations.view_notifications(self: onegov.fsi.collections.notification_template.CourseNotificationTemplateCollection, request: onegov.fsi.request.FsiRequest) onegov.core.types.RenderData[source]
- fsi.views.notifcations.view_notification_details(self: onegov.fsi.models.course_notification_template.CourseNotificationTemplate, request: onegov.fsi.request.FsiRequest) onegov.core.types.RenderData[source]
- fsi.views.notifcations.view_edit_notification(self: onegov.fsi.models.course_notification_template.CourseNotificationTemplate, request: onegov.fsi.request.FsiRequest, form: onegov.fsi.forms.notification.NotificationForm) onegov.core.types.RenderData | webob.Response[source]