Update schedule times

This commit is contained in:
Oliver Davies 2018-12-04 07:16:48 +00:00
parent 6660e51154
commit 0f57c1e78c

View file

@ -12,7 +12,7 @@
<ul class="list-reset ml-8 md:ml-16"> <ul class="list-reset ml-8 md:ml-16">
{% for item in items %} {% for item in items %}
<li> <li>
{{ item.time }} - {{ item.start|date('g:ia') }} -
{{ item.description }} {{ item.description }}
</li> </li>
{% endfor %} {% endfor %}