From 4aaf9ae3c0a79efd1d9cc4b0b054e362143de7a6 Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Wed, 5 Mar 2008 13:00:11 -0500 Subject: [PATCH] Pass group to sendinvite. --- fas/fas/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/fas/group.py b/fas/fas/group.py index f896c77..5708d5e 100644 --- a/fas/fas/group.py +++ b/fas/fas/group.py @@ -516,5 +516,5 @@ Fedora and FOSS are changing the world -- come be a part of it!''') % {'name': p turbogears.redirect('/group/view/%s' % group.name) else: turbogears.flash(_("You are not in the '%s' group.") % group.name) - return dict(target=target, person=person) + return dict(target=target, person=person, group=group)