X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmotion.html;h=2f0d6b7769f7352d3219305ad0250517a2f4c1e8;hb=dbdd3d6a224eb4912b8440b6520fce0453c7b3ac;hp=1586a96c272ba7589a4b50038b793bfa1025af33;hpb=d7504b91c032774c7db1aeb07d116cceb4cd93f7;p=motion.git diff --git a/templates/motion.html b/templates/motion.html index 1586a96..2f0d6b7 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -1,10 +1,10 @@ -
-
+
+
{{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }}) {{motion.type}}
# {{motion.identifier}}
@@ -13,10 +13,10 @@ {%- 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 %}
-
+

{{motion.content|markdown}}

{%- if motion.yes or motion.no or motion.abstain %}