diff --git a/cotisations/templates/cotisations/aff_cotisations.html b/cotisations/templates/cotisations/aff_cotisations.html index cfb7f25c..c1a88139 100644 --- a/cotisations/templates/cotisations/aff_cotisations.html +++ b/cotisations/templates/cotisations/aff_cotisations.html @@ -18,7 +18,7 @@ {{ facture.prix }} {{ facture.paiement }} {{ facture.date }} - Editer + Editer {% endfor %} diff --git a/users/templates/users/aff_bans.html b/users/templates/users/aff_bans.html index cc94a24b..a32876d8 100644 --- a/users/templates/users/aff_bans.html +++ b/users/templates/users/aff_bans.html @@ -14,7 +14,7 @@ {{ ban.raison }} {{ ban.date_start }} {{ ban.date_end }} - Editer + Editer {% endfor %} diff --git a/users/templates/users/aff_whitelists.html b/users/templates/users/aff_whitelists.html index a23a78ce..cc919628 100644 --- a/users/templates/users/aff_whitelists.html +++ b/users/templates/users/aff_whitelists.html @@ -14,7 +14,7 @@ {{ whitelist.raison }} {{ whitelist.date_start }} {{ whitelist.date_end }} - Editer + Editer {% endfor %} diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 91097c6b..1e8fe834 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -5,7 +5,7 @@ {% block content %}

Adhérent

- Editer + Editer Changer le mot de passe Changer le statut Ajouter un droit @@ -101,7 +101,7 @@

Aucun bannissement

{% endif %}

Accès à titre gracieux :

-

Accorder un accès à titre gracieux

+

Accorder un accès à titre gracieux

{% if white_list %} {% include "users/aff_whitelists.html" with white_list=white_list %} {% else %}