X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmotion.html;h=1586a96c272ba7589a4b50038b793bfa1025af33;hb=d7504b91c032774c7db1aeb07d116cceb4cd93f7;hp=87b3e417e636bd4a5c2748ad7b4b1572a5be9a8f;hpb=fd16e7d1b4090b8466997b98ce84e5a9d9ebc4d0;p=motion.git diff --git a/templates/motion.html b/templates/motion.html index 87b3e41..1586a96 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 %}