From 8a56770870b4cb6b3f832960a0f24d10a34cd2e6 Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Wed, 28 Dec 2016 20:20:15 +0100 Subject: [PATCH] upgrade to jQuery 3.1.1, bootstrap 3.3.7 and font-awesome 4.7.0 fixes #178 --- nsupdate/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 158803c..c20235f 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 %}