X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Fsingle_motion.html;h=8935636a76ded2a4a9af21b484b09509a0515b0d;hb=3642d1f9a0dd0deecdfbb79746bcca8bc292cb4f;hp=585e1170d79a8a42cf8a4f477c75f0bf3ec1935f;hpb=224b4a836fd7588b653baf91b004a7ae62ec49c9;p=motion.git diff --git a/templates/single_motion.html b/templates/single_motion.html index 585e117..8935636 100644 --- a/templates/single_motion.html +++ b/templates/single_motion.html @@ -5,11 +5,11 @@ Motion: {{motion.name}} {% block body %} {%- include 'motion.html' %} {%- if votes %} -
-
+
+
Motion Votes
-
+
{%- for row in votes %}
{{row.email}}: {{row.result}}
{%- endfor %} @@ -27,7 +27,12 @@ Motion: {{motion.name}} {%- if may_cancel %}
- +
+
+{%- endif %} +{%- if may_finish %} +
+
{%- endif %} {%- endif %}