diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index 17db1f12ea723856d5760664650b5ec5b36721b6..295455e332a228c5c5381bac88c7e0cf402fb96d 100644 --- a/biscuit/core/templates/core/base.html +++ b/biscuit/core/templates/core/base.html @@ -2,11 +2,11 @@ {% extends "bootstrap4/bootstrap4.html" %} {% load bootstrap4 menu_generator staticfiles font_awesome any_js sass_tags %} -{% block bootstrap4_title %}BiscuIT School Information System{% endblock %} {% block bootstrap4_extra_head %} {% fa_css %} {% include_css "DataTables-Bootstrap4" %} + <title>{% block bootstrap4_title %}BiscuIT School Information System{% endblock %}</title> <link rel="stylesheet" href="{% sass_src 'bootstrap_colours.scss' %}" /> <link rel="stylesheet" href="{% static 'css/style.css' %}" /> <link rel="shortcut icon" href="#" />