From 0e1806c5cdc8bfe3fbe64491267ca84c2d30765a Mon Sep 17 00:00:00 2001 From: etienne Date: Thu, 22 Jul 2010 15:41:56 +0000 Subject: Minor: date formating --- papillon/templates/vote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - {% for choice in choices %}{%if poll.dated_choices%}{{choice.date|date:_("DATETIME_FORMAT")}}{%else%}{{choice.name}}{%endif%}{% if choice.limit %} ({% trans "max" %} {{choice.limit}}){%endif%} + {% for choice in choices %}{%if poll.dated_choices%}{{choice.date|date:"D d M Y"}}{%else%}{{choice.name}}{%endif%}{% if choice.limit %} ({% trans "max" %} {{choice.limit}}){%endif%} {% endfor %} {% if not hide_vote %} {% for voter in voters %} -- cgit v1.2.3