summaryrefslogtreecommitdiff
path: root/papillon/templates/vote.html
diff options
context:
space:
mode:
authoretienne2010-07-22 15:41:56 +0000
committeretienne2010-07-22 15:41:56 +0000
commit0e1806c5cdc8bfe3fbe64491267ca84c2d30765a (patch)
tree6ad86eddc8ea87a14515fb3f1c31f4a8580d008e /papillon/templates/vote.html
parenta6b005aefa5abbe466fbd5975593fd1f030785c0 (diff)
Minor: date formating
Diffstat (limited to 'papillon/templates/vote.html')
-rw-r--r--papillon/templates/vote.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/vote.html b/papillon/templates/vote.html
index eb1ae21..7a59073 100644
--- a/papillon/templates/vote.html
+++ b/papillon/templates/vote.html
@@ -20,7 +20,7 @@
<tr>
<td class='simple'></td>
<td class='simple'></td>
- {% for choice in choices %}<th>{%if poll.dated_choices%}{{choice.date|date:_("DATETIME_FORMAT")}}{%else%}{{choice.name}}{%endif%}{% if choice.limit %} ({% trans "max" %} {{choice.limit}}){%endif%}</th>
+ {% for choice in choices %}<th>{%if poll.dated_choices%}{{choice.date|date:"D d M Y"}}{%else%}{{choice.name}}{%endif%}{% if choice.limit %} ({% trans "max" %} {{choice.limit}}){%endif%}</th>
{% endfor %}</tr>
{% if not hide_vote %}
{% for voter in voters %}<tr{% if voter.highlight %} class='highlighted_voter'{% endif %}>