diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index 68f63afdc4f4c1fc8c25bb67d91a0da821ce03be..94541bb212e4903fac2444be7ca58fd216360c9a 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -38,12 +38,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Changer le mot de passe
- {% if is_bureau %}
-
-
- Ajouter un droit
-
- {% endif %}
Historique
diff --git a/users/templates/users/sidebar.html b/users/templates/users/sidebar.html
index 9b3a6a2bb46381956c3d5a45bfe116b0488cbb15..6290d403913612a24024d48c369ebbb0f513a931 100644
--- a/users/templates/users/sidebar.html
+++ b/users/templates/users/sidebar.html
@@ -49,10 +49,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Clef
{% endif %}
- {% if is_bureau %}
-
-
- Retirer un droit
-
- {% endif %}
{% endblock %}
diff --git a/users/urls.py b/users/urls.py
index 92239e45e0358c0d8e2b6f814e28cf9bcf6673d7..bcdf6655bd5600f8d94fdbddf303557cbf05731a 100644
--- a/users/urls.py
+++ b/users/urls.py
@@ -21,8 +21,6 @@ urlpatterns = [
url(r'^del_adhesion/(?P[0-9]+)$', views.del_adhesion, name='del-adhesion'),
url(r'^index_adhesion/$', views.index_adhesion, name='index-adhesion'),
url(r'^history/(?P