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)