From 65ebf8ad8c638f8ba460198f1a53504eacaae09b Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Fri, 27 Dec 2019 17:25:33 +0100 Subject: [PATCH] Update fontawesome, bootstrap and jquery, fix #444 --- src/nsupdate/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nsupdate/templates/base.html b/src/nsupdate/templates/base.html index 3880790..5668b37 100644 --- a/src/nsupdate/templates/base.html +++ b/src/nsupdate/templates/base.html @@ -10,15 +10,15 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - - + + - - + + {% include "includes/base_head.html" %} {% block html_head %}{% endblock %}