diff options
author | Filipp Lepalaan <f@230.to> | 2013-11-19 16:44:56 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-11-19 16:44:56 +0200 |
commit | 8782fbe4766dc57e517eec622879d672d6d68378 (patch) | |
tree | bec35a5bbddedba04c0a1ac34e105d6da7dc5ab4 /templates/issues/index.html | |
parent | 1c760af665e388f921b770d9c5c3ded1fc11f626 (diff) | |
download | motor.old-8782fbe4766dc57e517eec622879d672d6d68378.tar.gz motor.old-8782fbe4766dc57e517eec622879d672d6d68378.tar.bz2 motor.old-8782fbe4766dc57e517eec622879d672d6d68378.zip |
switch
Diffstat (limited to 'templates/issues/index.html')
-rw-r--r-- | templates/issues/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> - <body style="padding-top:50px"> + <body> <div class="container-fluid"> {% block main %} - <h2>{{ question }}</h2> - {% for i in choices %} + <h2>{{ question.question }}</h2> + {% for i in question.choice_set.all %} <a class="btn btn-default" href="{% url 'issues-index' i.pk %}">{{ i.choice }}</a> {% endfor %} <blockquote>{{ dump }}</blockquote> |