Update schedule times
This commit is contained in:
parent
6660e51154
commit
0f57c1e78c
|
@ -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 %}
|
||||||
|
|
Reference in a new issue