1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #15580: Fix rendering of modals with HTMX enabled

This commit is contained in:
Jeremy Stretch
2024-04-22 14:08:27 -04:00
parent e3c418263e
commit c43b929542

View File

@ -126,6 +126,9 @@ Blocks:
{% endif %} {% endif %}
{# /Bottom banner #} {# /Bottom banner #}
{# BS5 pop-up modals #}
{% block modals %}{% endblock %}
</div> </div>
{# Page footer #} {# Page footer #}
@ -197,8 +200,5 @@ Blocks:
{# /Page content #} {# /Page content #}
</div> </div>
{# BS5 pop-up modals #}
{% block modals %}{% endblock %}
</div> </div>
{% endblock layout %} {% endblock layout %}