From d7715e0975354fa0de44e6705afd18a2ec807bac Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Wed, 30 Dec 2015 12:05:28 +0100 Subject: [PATCH] Update bootstrap and font-awesome --- nsupdate/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 6f9417f..ec62260 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -10,15 +10,15 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - - + + - + {% include "includes/base_head.html" %} {% block html_head %}{% endblock %}