wrong date format char

This commit is contained in:
Thomas Steen Rasmussen 2016-08-08 21:18:34 +02:00
parent f8724b5be3
commit 7fa35f3300

View file

@ -1,7 +1,7 @@
{% extends 'program_base.html' %}
{% block program_content %}
<h2>{{ date|date:"I, F jS" }}</h2>
<h2>{{ date|date:"l, F jS" }}</h2>
{% for event in events %}
{% ifchanged event.event_type %}
{% if not forloop.first %}</div>{% endif %}