Commit f3c42107d583823c7e27e30cb1ac86f73f094676
1 parent
f654c81a
Exists in
master
and in
5 other branches
Alter side bar in creat user --Admin breadcrumbs consequence #52
Showing
1 changed file
with
0 additions
and
13 deletions
Show diff stats
users/templates/users/create.html
... | ... | @@ -12,19 +12,6 @@ |
12 | 12 | |
13 | 13 | {% endblock %} |
14 | 14 | |
15 | -{% block sidebar %} | |
16 | - <div class="list-group"> | |
17 | - <a href="{% url 'users:manage' %}" class="list-group-item"> | |
18 | - {% trans 'System Users' %} | |
19 | - </a> | |
20 | - <a href="{% url 'users:create' %}" class="list-group-item active"> | |
21 | - {% trans 'New Account' %} | |
22 | - </a> | |
23 | - <a href="#" class="list-group-item"> | |
24 | - {% trans 'Send Mail' %} | |
25 | - </a> | |
26 | - </div> | |
27 | -{% endblock %} | |
28 | 15 | |
29 | 16 | {% block content %} |
30 | 17 | {% if messages %} | ... | ... |