mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
users: Move create button into users section
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8b5fcadaeb
commit
7cfb4cc683
@ -33,18 +33,18 @@
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block status %}
|
||||
<a href="{% url 'users:create' %}" class="btn btn-primary"
|
||||
role="button" title="{% trans 'Create User' %}">
|
||||
<span class="fa fa-plus" aria-hidden="true"></span>
|
||||
{% trans 'Create User' %}
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block configuration %}
|
||||
|
||||
<h3>{% trans "Users" %}</h3>
|
||||
|
||||
<div class="btn-toolbar">
|
||||
<a href="{% url 'users:create' %}" class="btn btn-primary"
|
||||
role="button" title="{% trans 'Create User' %}">
|
||||
<span class="fa fa-plus" aria-hidden="true"></span>
|
||||
{% trans 'Create User' %}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="list-group">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user