Re-add event dates
This commit is contained in:
parent
9159576846
commit
f461fea9f0
|
@ -14,6 +14,7 @@
|
||||||
{% if eventData.location %}
|
{% if eventData.location %}
|
||||||
in {{ eventData.location }}
|
in {{ eventData.location }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<span class="text-grey-darker">- {{ event.date|date('jS F Y') }}</span>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Reference in a new issue