notifications

Functions

intranet.apps.eighth.notifications.absence_email(signup, use_celery=True)[source]
intranet.apps.eighth.notifications.activity_cancelled_email(sched_act: EighthScheduledActivity)[source]

Notifies all the users signed up for the given EighthScheduledActivity that it has been cancelled.

Parameters:

sched_act – The activity that has been cancelled.

intranet.apps.eighth.notifications.signup_status_email(user, next_blocks, use_celery=True)[source]