{% bootstrap_button "Confirmer" button_type="submit" icon="trash" %}
-
-
-
+
+
+
{% endblock %}
diff --git a/users/templates/users/mass_archive.html b/users/templates/users/mass_archive.html
index fad77631..2626ae4e 100644
--- a/users/templates/users/mass_archive.html
+++ b/users/templates/users/mass_archive.html
@@ -35,12 +35,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
-
-
-
Les utilisateurs suivant seront archivés ({{ to_archive_list|length }}):
- {% include "users/aff_users.html" with users_list=to_archive_list %}
-
-
-
+
Les utilisateurs suivant seront archivés ({{ to_archive_list|length }}):
+{% include "users/aff_users.html" with users_list=to_archive_list %}
+
+
+
{% endblock %}
diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index fb9e37d9..f2bdd54e 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -73,7 +73,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Chambre
{{ user.room }}
Téléphone
-
{{ user.telephone }}
+
{{ user.telephone }}
École
@@ -81,7 +81,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Commentaire
{{ user.comment }}
-
+
Date d'inscription
{{ user.registered }}
Dernière connexion
@@ -119,7 +119,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Accès internet
{% if user.has_access == True %}
-
Actif (jusqu'au {{ user.end_access }})
+
Actif (jusqu'au {{ user.end_access }})
{% else %}
Désactivé
{% endif %}
@@ -130,16 +130,16 @@ with this program; if not, write to the Free Software Foundation, Inc.,