diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-07-22 16:04:40 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-07-22 16:04:40 +0000 |
commit | e5c9f7c2568921228da4a5e3e0eb537ce537135c (patch) | |
tree | 5b76d7ff7cbd96e4ea5973c5c3e7b629dc3fa203 /papillon | |
parent | 0e1806c5cdc8bfe3fbe64491267ca84c2d30765a (diff) | |
download | Papillon-e5c9f7c2568921228da4a5e3e0eb537ce537135c.tar.bz2 Papillon-e5c9f7c2568921228da4a5e3e0eb537ce537135c.zip |
Minor: date formating (2)
Diffstat (limited to 'papillon')
-rw-r--r-- | papillon/templates/vote.html | 2 |
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 %}> |