From 4f2bd22fae1a53607c427b300bf0a884b49b226b Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 22 Jun 2024 22:59:47 +0200 Subject: [PATCH] banned.html: add missing space to banned template --- templates/banned.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banned.html b/templates/banned.html index ecfb361c..c47e3032 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -32,7 +32,7 @@ {% endif %}

{% trans %}Your ban was filed on{% endtrans %} - {{ ban.created|date(config.ban_date) }} + {{ ban.created|date(config.ban_date) }} {% if config.show_modname %} {% if ban.username %} {% trans %}by{% endtrans %} {{ ban.username }}