diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index 68f63af..94541bb 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 9b3a6a2..6290d40 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 92239e4..bcdf665 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