diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index de0fede0..6f4067e7 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -67,11 +67,11 @@
{% endif %}
- Connexion |
+ Accès internet |
{% if user.has_access == True %}
- Active |
+ Actif |
{% else %}
- Désactivée |
+ Désactivé |
{% endif %}
Droits |
{% if list_droits %}
@@ -79,6 +79,10 @@
{% else %}
Aucun |
{% endif %}
+
+ Dernière connexion |
+ {{ user.last_login }} |
+
Machines :