diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html
index a5b6ecb3..a0afc50e 100644
--- a/RIGS/templates/event_detail.html
+++ b/RIGS/templates/event_detail.html
@@ -46,7 +46,7 @@
{{ event.notes|linebreaksbr }}
{% endif %}
- {% include 'item_table.html' %}
+ {% include 'partials/item_table.html' %}
diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html
index 87163ea5..dd98c17a 100644
--- a/RIGS/templates/event_form.html
+++ b/RIGS/templates/event_form.html
@@ -348,7 +348,7 @@
{% render_field form.notes class+="form-control" %}
- {% include 'item_table.html' %}
+ {% include 'partials/item_table.html' %}
diff --git a/RIGS/templates/eventauthorisation.html b/RIGS/templates/eventauthorisation.html
index 896968ff..f464f72d 100644
--- a/RIGS/templates/eventauthorisation.html
+++ b/RIGS/templates/eventauthorisation.html
@@ -26,7 +26,7 @@
{% with object=event auth=True %}
- {% include 'item_table.html' %}
+ {% include 'partials/item_table.html' %}
{% endwith %}
diff --git a/RIGS/templates/invoice_detail.html b/RIGS/templates/invoice_detail.html
index 5408a074..4773322f 100644
--- a/RIGS/templates/invoice_detail.html
+++ b/RIGS/templates/invoice_detail.html
@@ -78,7 +78,7 @@
{% with object.event as object %}
- {% include 'item_table.html' %}
+ {% include 'partials/item_table.html' %}
{% endwith %}