From 1bbfb4a44d42aca151f60a614ebeffbd44ef6e4d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 27 Nov 2013 13:35:55 +0200 Subject: A bunch of fixes --- templates/issues/index.html | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) (limited to 'templates/issues/index.html') diff --git a/templates/issues/index.html b/templates/issues/index.html index 70a84e7..eac766d 100644 --- a/templates/issues/index.html +++ b/templates/issues/index.html @@ -1,32 +1,51 @@ +{% load i18n %} - + {{ title }} - + -
- {% block main %} -

{{ question.question }}

- {% for i in question.choice_set.all %} - {{ i.choice }} - {% endfor %} -
{{ dump }}
- {% endblock main %} +
+ + {% block main %} + {% endblock main %}
- + -- cgit v1.2.3