Re-add event dates

This commit is contained in:
Oliver Davies 2019-03-10 13:54:41 +00:00
parent 9159576846
commit f461fea9f0

View file

@ -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>