diff -r bc6dc3bb8d2a -r 3342ce7a495c app/soc/logic/helper/notifications.py --- 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'], }