From d2239b8f16eb161ec3db6f8c3815bb918a9af343 Mon Sep 17 00:00:00 2001
From: Michael McGrath Downgrade a persons status in the group.
A sponsor or administrator can approve users to be in a group. Once the user has applied for the group, go to the group's page and click approve to approve the user.
'''], 'group_sponsor': ['Sponsor', '''A sponsor or administrator can sponsor users to be in a gruop. Once the user has applied for the group, go to the group's page and click approve to sponsor the user. Sponsorship of a user implies that you are approving a user and may mentor and answer their questions as they come up.
'''], + 'group_user_add': ['Add User', '''Manually add a user to a group. Place their username in this field and click 'Add'
'''], } def __init__(self): diff --git a/fas/fas/templates/group/view.html b/fas/fas/templates/group/view.html index bf90adc..416139d 100644 --- a/fas/fas/templates/group/view.html +++ b/fas/fas/templates/group/view.html @@ -54,6 +54,7 @@