diff --git a/fas/fas/help.py b/fas/fas/help.py index 6703ac2..6ac1a0a 100644 --- a/fas/fas/help.py +++ b/fas/fas/help.py @@ -25,6 +25,7 @@ class Help(controllers.Controller): 'group_downgrade': ['Downgrade', '''
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 @@