Skip to content

Commit

Permalink
Fix dyanmic form rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Mar 25, 2024
1 parent ebab17d commit 16ceaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/generic/object_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<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 %}
Expand Down

0 comments on commit 16ceaef

Please sign in to comment.