mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fixes #15580: Fix rendering of modals with HTMX enabled
This commit is contained in:
parent
2c5e12c730
commit
5012509e59
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user