X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=templates%2Fmotion.html;fp=templates%2Fmotion.html;h=a363c0e75ef433ede3469058369d949995595b50;hp=9e7f2a8904779bbcae93e3979ab73ae18ef2bb89;hb=a53a0a3e8ad96f0805c05a45a06e15352dd45f72;hpb=e459f85797c9ace2a9367294a5be7435533d3d37 diff --git a/templates/motion.html b/templates/motion.html index 9e7f2a8..a363c0e 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -7,7 +7,11 @@ "> {{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }}) {{motion.type}} -
# {{motion.identifier}}
+
# {{motion.identifier}} +{%- if singlemotion == False %} + {{ 'Vote' if motion.running else 'Result' }} +{%- endif %} +
Proposed: {{motion.posed|timestamp}} (UTC) by {{motion.poser}}
{%- if motion.canceled != None %}