From 210879d3807ed7036e2b886f39ac59e45ed6703a Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sun, 11 Jun 2023 16:50:48 +0530 Subject: [PATCH] fix contact assignment table modal --- netbox/templates/tenancy/object_contacts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/tenancy/object_contacts.html b/netbox/templates/tenancy/object_contacts.html index aca63a379..bbe2d9bc1 100644 --- a/netbox/templates/tenancy/object_contacts.html +++ b/netbox/templates/tenancy/object_contacts.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} - {% include 'inc/table_controls_htmx.html' with table_modal="ContactTable_config" %} + {% include 'inc/table_controls_htmx.html' with table_modal="ContactAssignmentTable_config" %}
{% csrf_token %}