From 0c96ad548fd327f0640a4affa510ffe57fabcf87 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 3 Feb 2008 19:05:59 +0100 Subject: [PATCH] * Fix spelling error in template name --- influences/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2