From c148306eb31571ecdd470b3dee1848e2ffb8edcf Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Wed, 15 Aug 2018 19:08:00 +0200 Subject: [PATCH 1/2] nom cliquable dans la liste des whitelist --- users/templates/users/aff_whitelists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/aff_whitelists.html b/users/templates/users/aff_whitelists.html index 98989093..653e31e0 100644 --- a/users/templates/users/aff_whitelists.html +++ b/users/templates/users/aff_whitelists.html @@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% else %} {% endif %} - {{ whitelist.user }} + {{ whitelist.user }} {{ whitelist.raison }} {{ whitelist.date_start }} {{ whitelist.date_end }} From 92cdb3004e816bae15e6348346b6fedb884f6bc0 Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Thu, 16 Aug 2018 10:33:00 +0200 Subject: [PATCH 2/2] nom cliquable dans les bans aussi --- users/templates/users/aff_bans.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/aff_bans.html b/users/templates/users/aff_bans.html index 7f25a2ab..ebcbdeee 100644 --- a/users/templates/users/aff_bans.html +++ b/users/templates/users/aff_bans.html @@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% else %} {% endif %} - {{ ban.user }} + {{ ban.user }} {{ ban.raison }} {{ ban.date_start }} {{ ban.date_end }}