X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/polls/templates/polls/poll.html diff --git a/apps/polls/templates/polls/poll.html b/apps/polls/templates/polls/poll.html deleted file mode 100644 index edb14cf7b..000000000 --- a/apps/polls/templates/polls/poll.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load polls_tags %} - -{% block titleextra %}{{poll.question}}{% endblock %} - - -{% block body %} -
- {% if voted_already %} -

{% trans "Thanks for voting! You can see current results below." %}

- {% endif %} - {% poll poll %} -
-{% endblock %} \ No newline at end of file