projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889fc62
)
* Fix spelling error in template name
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 3 Feb 2008 18:05:59 +0000
(19:05 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 3 Feb 2008 18:05:59 +0000
(19:05 +0100)
influences/notify.py
patch
|
blob
|
history
diff --git
a/influences/notify.py
b/influences/notify.py
index 693863aa3e8f2b01374e7c2415652d6e79f8af7e..00b16cc56d89ad8f1687080907e3ee7b7b9397db 100644
(file)
--- 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.h
mt
l', {'character' : instance, 'created' : created})
+ notify(instance.player, 'influences/email/character_changed.h
tm
l', {'character' : instance, 'created' : created})
dispatcher.connect(character_saved, signals.post_save, Character)