diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index ba45c0bd..169524f5 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -82,8 +82,17 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %}
Prénom | + {% if users.is_class_club %} +Mailing | + {% if users.club.mailing %} +{{ users.pseudo }}(-admin) | + {% else %} +Mailing désactivée | + {% endif %} + {% else %} +Prénom | {{ users.name }} | + {% endif %}Nom | {{ users.surname }} |
---|