From f64115edd7968bfa106333c0aeb9572a427eea82 Mon Sep 17 00:00:00 2001 From: chirac Date: Thu, 21 Sep 2017 17:46:40 +0200 Subject: [PATCH] Meilleurs affichage --- users/templates/users/aff_bans.html | 4 ++-- users/templates/users/aff_whitelists.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/users/templates/users/aff_bans.html b/users/templates/users/aff_bans.html index 360cac70..693a7539 100644 --- a/users/templates/users/aff_bans.html +++ b/users/templates/users/aff_bans.html @@ -38,9 +38,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for ban in ban_list %} {% if ban.is_active %} - + {% else %} - + {% endif %} {{ ban.user }} {{ ban.raison }} diff --git a/users/templates/users/aff_whitelists.html b/users/templates/users/aff_whitelists.html index fea90278..6665ad27 100644 --- a/users/templates/users/aff_whitelists.html +++ b/users/templates/users/aff_whitelists.html @@ -38,9 +38,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for whitelist in white_list %} {% if whitelist.is_active %} - + {% else %} - + {% endif %} {{ whitelist.user }} {{ whitelist.raison }}