X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=influences%2Fnotify.py;fp=influences%2Fnotify.py;h=d53ab36a51a9dd6377ec85c487ac62e68a3a6aac;hp=3b5d874b5239a6e05390307b5449c41edc867d9a;hb=d0284ad0db06a4e81bc340619122d6d59abefed7;hpb=ccea1688864967c8ad0f98aa7d21aec69d1ddfd7 diff --git a/influences/notify.py b/influences/notify.py index 3b5d874..d53ab36 100644 --- a/influences/notify.py +++ b/influences/notify.py @@ -23,6 +23,8 @@ def influence_saved(**kwargs): # TODO: Perhaps only notify when the status is / becomes Done? notify(recipients, 'influences/email/influence_changed.html', {'influence' : instance, 'created' : created}) +signals.post_save.connect(influence_saved, sender=Influence) + def comment_saved(**kwargs): if (settings.DEBUG): return