Commit 2cd17eae by Calen Pennington

Merge pull request #947 from MITx/bug/cas/tom/new-user-save

changed save button to add user
parents c1cebe0d df0ca3c4
......@@ -21,7 +21,7 @@
%if allow_actions:
<div class="new-user-form">
<label>email: </label><input type="text" id="email" class="email-input" autocomplete="off" placeholder="email@example.com">
<a href="#" id="add_user" class="add-button">save</a>
<a href="#" id="add_user" class="add-button">add user</a>
<a href="#" class="cancel-button">cancel</a>
</div>
%endif
......
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