From 1c760af665e388f921b770d9c5c3ded1fc11f626 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Nov 2013 11:16:17 +0200 Subject: Switching machines --- templates/issues/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/issues/index.html (limited to 'templates/issues') diff --git a/templates/issues/index.html b/templates/issues/index.html new file mode 100644 index 0000000..15b341f --- /dev/null +++ b/templates/issues/index.html @@ -0,0 +1,32 @@ + + + + {{ title }} + + + + + + + + + + +
+ {% block main %} +

{{ question }}

+ {% for i in choices %} + {{ i.choice }} + {% endfor %} +
{{ dump }}
+ {% endblock main %} +
+ + + + + + -- cgit v1.2.3