From: Felix Dörre Date: Sat, 9 May 2020 13:15:35 +0000 (+0200) Subject: Merge branch 'UTC' into 'master' X-Git-Url: https://code.wpia.club/?p=motion.git;a=commitdiff_plain;h=1aa987d0d2f2c0a82b5bc0bbfe89eb1646b297a7;hp=9294e72428970a7bcb670c651d036a6d26db6610 Merge branch 'UTC' into 'master' Utc See merge request felixdoerre/motion!5 --- diff --git a/templates/motion.html b/templates/motion.html index eac27bd..b0fb70d 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -9,11 +9,11 @@ {{motion.type}}
# {{motion.identifier}}
-
Posed: {{motion.posed|timestamp}} by {{motion.poser}}
+
Proposed: {{motion.posed|timestamp}} (UTC) by {{motion.poser}}
{%- if motion.canceled != None %} -
Canceled: {{motion.canceled|timestamp}} by {{motion.canceler}}
+
Canceled: {{motion.canceled|timestamp}} (UTC) by {{motion.canceler}}
{%- else %} -
Votes until: {{motion.deadline|timestamp}}
+
Votes until: {{motion.deadline|timestamp} (UTC)}
{%- endif %}