Merge branch 'reflow'
[wolnelektury.git] / 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 (file)
index edb14cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load polls_tags %}
-
-{% block titleextra %}{{poll.question}}{% endblock %}
-
-
-{% 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