aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/appoll.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/appoll.html')
-rw-r--r--src/templates/appoll.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/templates/appoll.html b/src/templates/appoll.html
new file mode 100644
index 0000000..7d5bb87
--- /dev/null
+++ b/src/templates/appoll.html
@@ -0,0 +1,9 @@
+<h2>Poll</h2>
+<ul>
+ <li id="poll-end-time"><b>End time:</b> {{end-time}}</li>
+ <li id="poll-closed-time"><b>Closed:</b> {{closed-time}}</li>
+ <li id="poll-votes"><b>Total votes:</b> {{total-votes}}</li>
+</ul>
+
+<h3>Poll options</h3>
+<ul id="poll-choices">{{options}}</ul>