Commit 556bb61c by chrisndodge

Merge pull request #934 from MITx/fix/cdodge/remove-add-user-permission

remove the add users button if logged in user is just staff member
parents 1905f5ae 9c1b5995
...@@ -9,12 +9,14 @@ ...@@ -9,12 +9,14 @@
<article class="user-overview"> <article class="user-overview">
<div class="details"> <div class="details">
<p>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.</p> <p>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.</p>
</div> </div>
<div class="list-header"> <div class="list-header">
%if allow_actions:
<a href="#" class="new-user-button"> <a href="#" class="new-user-button">
<span class="plus-icon"></span>New User <span class="plus-icon"></span>New User
</a> </a>
%endif
</div> </div>
%if allow_actions: %if allow_actions:
<div class="new-user-form"> <div class="new-user-form">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment