Skip to content

Commit

Permalink
Applied a patch supplied by LeO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathijs de Bruin committed Aug 25, 2009
1 parent 3a83221 commit 84c1919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/templates/agenda/event_archive.html
Expand Up @@ -46,15 +46,15 @@
</div>
{% endif %}

<div class="header">
{% if month %}
<div class"header">
{% if day %}
<h1>{{ day|date:"D d M Y"}}</h1>
{% else %}
<h1>{{ month|date:"M Y"}}</h1>
{% endif %}
{% else %}
<a href="{% url agenda-archive-year previous_year %}">{{ previous_year }}</a>
<a href="{% url agenda-archive-year previous_year %}">{{ previous_year }}</a>
<a href="{% url agenda-archive-year next_year %}">{{ next_year }}</a>
<h1>{{ year }}</h1>
{% if months %}
Expand All @@ -64,8 +64,8 @@ <h1>{{ year }}</h1>
{% endfor %}
</ul>
{% endif %}
</div>
{% endif %}
</div>

{% if event_list %}
<div class="events">
Expand Down

0 comments on commit 84c1919

Please sign in to comment.