Fixed double sending of notifications on creating a new invite.
Request logic now handles sending of the notification instead of the view.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])