views

Functions

intranet.apps.announcements.views.announcement_approved_hook(request, obj, req)[source]

Runs whenever an administrator approves an announcement request.

obj: the Announcement object req: the AnnouncementRequest object

intranet.apps.announcements.views.announcement_posted_hook(request, obj)[source]

Runs whenever a new announcement is created, or a request is approved and posted.

obj: The Announcement object