Fix dyanmic form rendering

This commit is contained in:
Jeremy Stretch 2024-03-25 12:24:12 -04:00
parent ebab17d851
commit 16ceaef601
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Context:
<form action="" method="post" enctype="multipart/form-data" class="object-edit mt-5">
{% csrf_token %}
<div id="form_fields">
<div id="form_fields" hx-disinherit="hx-select hx-swap">
{% block form %}
{% include 'htmx/form.html' %}
{% endblock form %}