1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 06:31:11 +02:00

Remove add/remove right views

This commit is contained in:
Alexandre Iooss
2019-08-08 14:59:24 +02:00
parent ec66f980e7
commit a139c2339c
4 changed files with 0 additions and 59 deletions

View File

@ -38,12 +38,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="glyphicon glyphicon-lock"></i>
Changer le mot de passe
</a>
{% if is_bureau %}
<a class="btn btn-primary btn-sm" role="button" href="{% url 'users:add-right' user.id %}">
<i class="glyphicon glyphicon-ok"></i>
Ajouter un droit
</a>
{% endif %}
<a class="btn btn-info btn-sm" role="button" href="{% url 'users:history' 'user' user.id %}">
<i class="glyphicon glyphicon-time"></i>
Historique

View File

@ -49,10 +49,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Clef
</a>
{% endif %}
{% if is_bureau %}
<a class="list-group-item list-group-item-danger" href="{% url "users:del-right" %}">
<i class="glyphicon glyphicon-trash"></i>
Retirer un droit
</a>
{% endif %}
{% endblock %}