diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-07-22 15:41:56 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2010-07-22 15:41:56 +0000 |
commit | 0e1806c5cdc8bfe3fbe64491267ca84c2d30765a (patch) | |
tree | 6ad86eddc8ea87a14515fb3f1c31f4a8580d008e /papillon | |
parent | a6b005aefa5abbe466fbd5975593fd1f030785c0 (diff) | |
download | Papillon-0e1806c5cdc8bfe3fbe64491267ca84c2d30765a.tar.bz2 Papillon-0e1806c5cdc8bfe3fbe64491267ca84c2d30765a.zip |
Minor: date formating
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 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 %}> |