From 8a91648bacfe486bfc3d2bc9ebd8b363fae2184d Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 12 Sep 2021 10:09:54 +0200 Subject: [PATCH] Suppression de l'adresse mail dans la liste des gestionnaires --- shared/templates/auth/admin-accounts.html | 31 +++-------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/shared/templates/auth/admin-accounts.html b/shared/templates/auth/admin-accounts.html index ed72d5a..3ea828c 100644 --- a/shared/templates/auth/admin-accounts.html +++ b/shared/templates/auth/admin-accounts.html @@ -12,16 +12,7 @@
{% for a in admin %}
- - {{ a.full_name }} - {% comment %} - - - - - - {% endcomment %} - + {{ a.full_name }}
{% endfor %}
@@ -33,16 +24,7 @@
{% for m in e_manager %}
- - {{ m.full_name }} - {% comment %} - - - - - - {% endcomment %} - + {{ m.full_name }}
{% endfor %}
@@ -55,14 +37,7 @@
{% for m in f_manager %}
- - {{ m.full_name }} - - - - - - + {{ m.full_name }}
{% endfor %}