From e5c9f7c2568921228da4a5e3e0eb537ce537135c Mon Sep 17 00:00:00 2001 From: etienne Date: Thu, 22 Jul 2010 16:04:40 +0000 Subject: Minor: date formating (2) --- papillon/templates/vote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'papillon') 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 @@ - {% 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%} + {% for choice in choices %}{%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%} {% endfor %} {% if not hide_vote %} {% for voter in voters %} -- cgit v1.2.3