X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Fmotion.html;h=a363c0e75ef433ede3469058369d949995595b50;hb=3642d1f9a0dd0deecdfbb79746bcca8bc292cb4f;hp=9e7f2a8904779bbcae93e3979ab73ae18ef2bb89;hpb=5144a32f8ff2e8327d38dc7a597c6ad76ccaea11;p=motion.git 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 %}