From 63a94b5a4f9ed652be936ceeaefe00215d49b0bd Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sat, 9 May 2020 17:08:44 +0200 Subject: [PATCH] upd: correction position of brackets --- templates/motion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/motion.html b/templates/motion.html index 1586a96..afc1561 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -13,7 +13,7 @@ {%- if motion.canceled != None %}
Canceled: {{motion.canceled|timestamp}} (UTC) by {{motion.canceler}}
{%- else %} -
Votes until: {{motion.deadline|timestamp} (UTC)}
+
Votes until: {{motion.deadline|timestamp}} (UTC)
{%- endif %}
-- 2.39.2