X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Fmotion.html;h=87b3e417e636bd4a5c2748ad7b4b1572a5be9a8f;hb=fd16e7d1b4090b8466997b98ce84e5a9d9ebc4d0;hp=f0d28bd27b1d86250b4a584f4255f0745955dd8c;hpb=3fa30aa4d465c8a629c54c3bf491959ae80d6878;p=motion.git diff --git a/templates/motion.html b/templates/motion.html index f0d28bd..87b3e41 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -1,7 +1,13 @@ -
+
- # {{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }}) + {{motion.type}} +
# {{motion.identifier}}
Posed: {{motion.posed|timestamp}} by {{motion.poser}}
{%- if motion.canceled != None %} @@ -11,7 +17,7 @@ {%- endif %}
-

{{motion.content}}

+

{{motion.content|markdown}}

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

{%- for vote in ['yes', 'no', 'abstain'] %}