remove the add users button if logged in user is just staff member

This commit is contained in:
Chris Dodge
2012-10-18 10:41:26 -04:00
parent 1905f5aeaf
commit 9c1b599505

View File

@@ -9,12 +9,14 @@
<article class="user-overview">
<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 class="list-header">
%if allow_actions:
<a href="#" class="new-user-button">
<span class="plus-icon"></span>New User
</a>
%endif
</div>
%if allow_actions:
<div class="new-user-form">