diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index 417559ea41161002dd5adbb3ca7d446211bedb02..74f45fd9c2c63dc7c2bd17dcfb84dd6f09ba7ff2 100644 --- a/biscuit/core/templates/core/base.html +++ b/biscuit/core/templates/core/base.html @@ -1,6 +1,5 @@ {% extends "bootstrap3/bootstrap3.html" %} -{% load menu staticfiles %} -{% load menu %} +{% load bootstrap3 menu staticfiles %} {% block bootstrap3_title %}BiscuIT School Information System{% endblock %}