From 9de120201d7dc553f61521034c3e0ac6bdc5ef55 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 10 Apr 2024 14:12:02 +0200 Subject: [PATCH] banned.html: fix ban dates lack of space --- templates/banned.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/banned.html b/templates/banned.html index 13f5589a..6fd1e6ca 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -31,7 +31,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 }} @@ -44,9 +44,7 @@ {% trans %} has since expired. Refresh the page to continue.{% endtrans %} {% elseif ban.expires %} {% trans %}expires{% endtrans %} {{ ban.expires|until }} {% trans %}from now, which is on{% endtrans %} - - {{ ban.expires|date(config.ban_date) }} - + {{ ban.expires|date(config.ban_date) }}