Remove confusing sidebar message during user creation

This commit is contained in:
Sunil Mohan Adapa 2014-12-14 00:07:53 +05:30
parent 0d2b454b6e
commit 6dc463ff6e

View File

@ -37,22 +37,6 @@
{% endblock %}
{% block sidebar %}
<div class="well sidebar">
<h3>Create User</h3>
<p>Adding a user via this administrative
interface <strong>might</strong> create a system user. For
example, if you provide a user with ssh access, she will need a
system account. If you don't know what that means, don't worry
about it.</p>
</div>
{% endblock %}
{% block page_js %}
<script>
$('#id_username').focus();