diff --git a/employee/templates/documents/document_nav.html b/employee/templates/documents/document_nav.html index b4850c3d1..1227aac2f 100644 --- a/employee/templates/documents/document_nav.html +++ b/employee/templates/documents/document_nav.html @@ -27,6 +27,7 @@ hx-target="#view-container" hx-select="#view-container" hx-swap="outerHTML" + hx-disinherit="*" id="filterForm" class="d-flex" onsubmit = "event.preventDefault()" diff --git a/employee/templates/tabs/htmx/document_form.html b/employee/templates/tabs/htmx/document_form.html index 0e1918b0c..74d16d9d6 100644 --- a/employee/templates/tabs/htmx/document_form.html +++ b/employee/templates/tabs/htmx/document_form.html @@ -15,10 +15,6 @@ {% elif form.candidate_id %} {% endif %} - - - - {{ form.non_field_errors }}