One of these days I'll remember to test BEFORE pushing...

This commit is contained in:
2020-10-08 23:29:11 +01:00
parent 5d56f4f7b0
commit 5af075946a
5 changed files with 11 additions and 9 deletions

View File

@@ -145,6 +145,6 @@
</div>
<h4>Events</h4>
{% with object.latest_events as events %}
{% include 'event_table.html' %}
{% include 'partials/event_table.html' %}
{% endwith %}
{% endblock %}