diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index e8698dc5e1..90490bf7ad 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -20,7 +20,7 @@ {% block js_ready %} {{ block.super }} $('#new-company').click(function () { - launchModalForm('#modal-form', + launchModalForm( "{% url 'company-create' %}", { follow: true