X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fnotify.py;h=00b16cc56d89ad8f1687080907e3ee7b7b9397db;hb=9922f7b21e1a2d3843368db3c5462509393619df;hp=693863aa3e8f2b01374e7c2415652d6e79f8af7e;hpb=7e3d08fcecd7c510fda8b0ea5c3818342ebaa66c;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/notify.py b/influences/notify.py index 693863a..00b16cc 100644 --- a/influences/notify.py +++ b/influences/notify.py @@ -5,7 +5,7 @@ from ee.tools.notify import notify from django.contrib.auth.models import Group def character_saved(instance, created): - notify(instance.player, 'influences/email/character_changed.hmtl', {'character' : instance, 'created' : created}) + notify(instance.player, 'influences/email/character_changed.html', {'character' : instance, 'created' : created}) dispatcher.connect(character_saved, signals.post_save, Character)