Pass group to sendinvite.
This commit is contained in:
parent
0a5339b2f6
commit
4aaf9ae3c0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
turbogears.redirect('/group/view/%s' % group.name)
|
||||||
else:
|
else:
|
||||||
turbogears.flash(_("You are not in the '%s' group.") % group.name)
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue