Changed link in club_app accepted notification.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 21 Jan 2009 15:29:58 +0000
changeset 870 ef210c2b54f1
parent 869 cd17698846ce
child 871 0ec74865eb5e
Changed link in club_app accepted notification. Patch by: Lennard de Rijk
app/soc/logic/helper/notifications.py
--- a/app/soc/logic/helper/notifications.py	Wed Jan 21 15:11:45 2009 +0000
+++ b/app/soc/logic/helper/notifications.py	Wed Jan 21 15:29:58 2009 +0000
@@ -98,7 +98,7 @@
 
   to_user = entity.applicant
 
-  url = "http://%(host)s/club/create/%(key_name)s" % {
+  url = "http://%(host)s/club/applicant/%(key_name)s" % {
       'host' : os.environ['HTTP_HOST'],
       'key_name': entity.key().name(),
       }