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 %}
|
{% 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 %}
|
||||||
|
Reference in New Issue
Block a user