diff --git a/ui/templates/base.html b/ui/templates/base.html index 9d3d6b44..fd4a455c 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -115,6 +115,7 @@ shim: SHIMS, paths: REQUIRE_PATHS }); + require(["jquery", "bootstrap"]); {% endcompress %} {% block postcontent %}