summaryrefslogtreecommitdiff
path: root/papillon/templates/feeds/poll_description.html
diff options
context:
space:
mode:
Diffstat (limited to 'papillon/templates/feeds/poll_description.html')
-rw-r--r--papillon/templates/feeds/poll_description.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/papillon/templates/feeds/poll_description.html b/papillon/templates/feeds/poll_description.html
deleted file mode 100644
index 7522a5a..0000000
--- a/papillon/templates/feeds/poll_description.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% load i18n %}
-<p>{% blocktrans with obj.user.name as voter_name %}{{ voter_name }} has added/modified a vote.{%endblocktrans%}</p>
-<p>{% trans "Current results:" %}</p>
-<ul>
-{% for choice in obj.poll.getChoices %}
- <li><strong>{{choice.name}}</strong>{% blocktrans count choice.getSum as sum %}: {{sum}} vote{%plural%}: {{sum}} votes{%endblocktrans%}</li>
-{% endfor %}
-</ul> \ No newline at end of file