From: INOPIAE Date: Sat, 9 May 2020 15:08:44 +0000 (+0200) Subject: upd: correction position of brackets X-Git-Url: https://code.wpia.club/?p=motion.git;a=commitdiff_plain;h=63a94b5a4f9ed652be936ceeaefe00215d49b0bd upd: correction position of brackets --- 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 %}