From 9c1b599505efb16e72949434672811d93f356da2 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 18 Oct 2012 10:41:26 -0400 Subject: [PATCH] remove the add users button if logged in user is just staff member --- cms/templates/manage_users.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 80cb1256fb..7a1a35c58e 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -9,12 +9,14 @@
-

The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional source staff below. Please note that they must have already registered and verified their account.

+

The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional source staff below, if you are the course instructor. Please note that they must have already registered and verified their account.

+ %if allow_actions: New User + %endif
%if allow_actions: