X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/polls/templates/polls/poll.html diff --git a/src/polls/templates/polls/poll.html b/src/polls/templates/polls/poll.html index edb14cf7b..61d651e6b 100644 --- a/src/polls/templates/polls/poll.html +++ b/src/polls/templates/polls/poll.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} {% load polls_tags %} @@ -6,10 +6,11 @@ {% 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 +

Ankieta

+
+ {% if voted_already %} +

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

+ {% endif %} + {% poll poll %} +
+{% endblock %}