summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 15:46:42 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 15:46:42 +0200
commit68f1510f5a6ab632db19fc63f29c0475de9feb9d (patch)
tree7be8c9c3890465128a50ad8c6880d70ed7720bc7 /module/web/templates/default/base.html
parentadded bootstrap (diff)
downloadpyload-68f1510f5a6ab632db19fc63f29c0475de9feb9d.tar.xz
nav + search bar for dashboard
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 34957344c..3a5a6e83e 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -18,7 +18,8 @@
<script>
require(['default'], function (App) {
App.init();
- App.initPackageTree();
+ {% block require %}
+ {% endblock %}
});
</script>