app/soc/logic/helper/notifications.py
changeset 1511 3342ce7a495c
parent 1508 fd77fd8fab13
child 1512 97c4a718d6f4
--- a/app/soc/logic/helper/notifications.py	Thu Feb 26 16:47:04 2009 +0000
+++ b/app/soc/logic/helper/notifications.py	Thu Feb 26 16:48:02 2009 +0000
@@ -99,7 +99,7 @@
   to_user = entity.applicant
 
   url = "http://%(host)s%(redirect)s" % {
-      'redirect': redirects.getApplicantRedirect(entity, 
+      'redirect': redirects.getApplicantRedirect(entity,
       {'url_name': params['group_url_name']}),
       'host': os.environ['HTTP_HOST'],
       }