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 %}