From b3c63baa32b762611a76d75d2b1cc38734b0aa38 Mon Sep 17 00:00:00 2001 From: Amir Qayyum Khan Date: Thu, 30 Jul 2015 16:24:36 +0500 Subject: [PATCH] Fixed user menu display on welcome page LORE --- ui/templates/base.html | 1 + 1 file changed, 1 insertion(+) 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 %}