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 }} |
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 }} |