diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html
index 1959ef38d..cf3841dd2 100644
--- a/netbox/templates/base/layout.html
+++ b/netbox/templates/base/layout.html
@@ -103,6 +103,9 @@
{% endif %}
+ {# BS5 pop-up modals #}
+ {% block modals %}{% endblock %}
+
{# Page footer #}