summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2010-07-22 16:04:40 +0000
committeretienne2010-07-22 16:04:40 +0000
commite5c9f7c2568921228da4a5e3e0eb537ce537135c (patch)
tree5b76d7ff7cbd96e4ea5973c5c3e7b629dc3fa203
parent0e1806c5cdc8bfe3fbe64491267ca84c2d30765a (diff)
Minor: date formating (2)
-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 7a59073..94d1898 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:"D d M Y"}}{%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 H:i"}}{%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 %}>