From ae498d10d422a61cc09e251ea9e3b03f0748b8f5 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 20 Aug 2019 22:12:44 +0200 Subject: [PATCH] Migrate navbar icon to font-awesome. Closes #34. --- biscuit/core/templates/core/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index 295455e33..728687ed0 100644 --- a/biscuit/core/templates/core/base.html +++ b/biscuit/core/templates/core/base.html @@ -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"> -- GitLab