Pass group to sendinvite.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-05 13:00:11 -05:00
parent 0a5339b2f6
commit 4aaf9ae3c0

View file

@ -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)