From d2239b8f16eb161ec3db6f8c3815bb918a9af343 Mon Sep 17 00:00:00 2001 From: Michael McGrath Date: Fri, 7 Mar 2008 10:48:19 -0600 Subject: [PATCH] Can't forget help. --- fas/fas/help.py | 1 + fas/fas/templates/group/view.html | 1 + 2 files changed, 2 insertions(+) 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.

'''], 'group_approve': ['Approve', '''

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