From 601c5ec3e4cf5a653ad16a361b0d981968b8f4b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 21 May 2013 09:51:13 +0200 Subject: [PATCH] Fixing poll markup - removing unnecessary closing div tag - style should be set even when vote_count equals to 0 --- apps/polls/templates/polls/tags/poll.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/polls/templates/polls/tags/poll.html b/apps/polls/templates/polls/tags/poll.html index 355348aad..8566a9d0e 100644 --- a/apps/polls/templates/polls/tags/poll.html +++ b/apps/polls/templates/polls/tags/poll.html @@ -9,11 +9,7 @@ {% for item in poll.items.all %}
  • {{item.content}} -
    +
  • {% endfor %} -- 2.20.1