From 84c191984a12fb2243f6ab595e91735efd83e290 Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin Date: Tue, 25 Aug 2009 19:36:26 +0200 Subject: [PATCH] Applied a patch supplied by LeO. --- demo/templates/agenda/event_archive.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/templates/agenda/event_archive.html b/demo/templates/agenda/event_archive.html index ea962c5..cb021b2 100644 --- a/demo/templates/agenda/event_archive.html +++ b/demo/templates/agenda/event_archive.html @@ -46,15 +46,15 @@ {% endif %} +
{% if month %} -
{% if day %}

{{ day|date:"D d M Y"}}

{% else %}

{{ month|date:"M Y"}}

{% endif %} {% else %} - {{ previous_year }} + {{ previous_year }} {{ next_year }}

{{ year }}

{% if months %} @@ -64,8 +64,8 @@

{{ year }}

{% endfor %} {% endif %} -
{% endif %} +
{% if event_list %}