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
1 changed files with 3 additions and 3 deletions

View File

@ -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 %}