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">
|
||||
{% for item in items %}
|
||||
<li>
|
||||
{{ item.time }} -
|
||||
{{ item.start|date('g:ia') }} -
|
||||
{{ item.description }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue