From: Aleksander Ɓukasz Date: Tue, 21 May 2013 07:51:13 +0000 (+0200) Subject: Fixing poll markup X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/601c5ec3e4cf5a653ad16a361b0d981968b8f4b5?ds=sidebyside;hp=-c Fixing poll markup - removing unnecessary closing div tag - style should be set even when vote_count equals to 0 --- 601c5ec3e4cf5a653ad16a361b0d981968b8f4b5 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 %}