X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9203d27cee887569ad260dd91d798df68a1d3ada..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/polls/templates/polls/tags/poll.html diff --git a/apps/polls/templates/polls/tags/poll.html b/apps/polls/templates/polls/tags/poll.html index 355348aad..4c4d2b50d 100644 --- a/apps/polls/templates/polls/tags/poll.html +++ b/apps/polls/templates/polls/tags/poll.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load ssi_csrf_token from ssify %} {% if poll %} {% if voted_already %} @@ -9,11 +10,7 @@ {% for item in poll.items.all %}
  • {{item.content}} -
    +
  • {% endfor %} @@ -22,7 +19,7 @@ {% else %}

    {{poll.question}}

    -
    {% csrf_token %} + {% ssi_csrf_token %} {{ form.vote }}