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:
@ -126,6 +126,9 @@ Blocks:
|
||||
{% endif %}
|
||||
{# /Bottom banner #}
|
||||
|
||||
{# BS5 pop-up modals #}
|
||||
{% block modals %}{% endblock %}
|
||||
|
||||
</div>
|
||||
|
||||
{# Page footer #}
|
||||
@ -197,8 +200,5 @@ Blocks:
|
||||
{# /Page content #}
|
||||
</div>
|
||||
|
||||
{# BS5 pop-up modals #}
|
||||
{% block modals %}{% endblock %}
|
||||
|
||||
</div>
|
||||
{% endblock layout %}
|
||||
|
Reference in New Issue
Block a user