From 8782fbe4766dc57e517eec622879d672d6d68378 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Nov 2013 16:44:56 +0200 Subject: switch --- templates/issues/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/issues/index.html') diff --git a/templates/issues/index.html b/templates/issues/index.html index 15b341f..70a84e7 100644 --- a/templates/issues/index.html +++ b/templates/issues/index.html @@ -14,11 +14,11 @@ - +
{% block main %} -

{{ question }}

- {% for i in choices %} +

{{ question.question }}

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