diff --git a/apps/official/BiscuIT-App-Exlibris b/apps/official/BiscuIT-App-Exlibris
index c5fc8d14df1893a9cf6acddaf6cd7a72a30592ee..ad8af3fe185217a5d95a7880d7d594089ad818b7 160000
--- a/apps/official/BiscuIT-App-Exlibris
+++ b/apps/official/BiscuIT-App-Exlibris
@@ -1 +1 @@
-Subproject commit c5fc8d14df1893a9cf6acddaf6cd7a72a30592ee
+Subproject commit ad8af3fe185217a5d95a7880d7d594089ad818b7
diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html
index 17db1f12ea723856d5760664650b5ec5b36721b6..728687ed0bebad80c3c147e274fe6dbfd8838090 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="#" />
@@ -24,7 +24,7 @@
      {% fa 'fa-align-justify' %}
     </button>
     <a class="navbar-brand" href="{% url "index" %}">
-     <span class="glyphicon glyphicon-briefcase"></span> BiscuIT School Information System
+     {% fa 'fa-briefcase' %} BiscuIT School Information System
     </a>
 
    <div class="collapse navbar-collapse" id="navbar-main">