Remove old version.
[wolnelektury.git] / src / polls / templates / polls / poll.html
index edb14cf..61d651e 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "2022/base_simple.html" %}
 {% load i18n %}
 {% load polls_tags %}
 
@@ -6,10 +6,11 @@
 
 
 {% block body %}
-    <div class="normal-text">
-        {% if voted_already %}
-            <p class="poll-msg">{% trans "Thanks for voting! You can see current results below." %}</p>
-        {% endif %}
-        {% poll poll %}
-    </div>
-{% endblock %}
\ No newline at end of file
+  <h1>Ankieta</h1>
+  <div class="normal-text">
+    {% if voted_already %}
+      <p class="poll-msg">{% trans "Thanks for voting! You can see current results below." %}</p>
+    {% endif %}
+    {% poll poll %}
+  </div>
+{% endblock %}