From 6fe32b5c90b15cdf1812b2116b19883a557871e9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 9 Aug 2015 21:03:46 +0200 Subject: [PATCH] Updated Bootstrap --- nsupdate/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 4040b73..eaca135 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -10,7 +10,7 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - + @@ -18,7 +18,7 @@ stuff in the include / block right below might depend on it! --> - + {% include "includes/base_head.html" %} {% block html_head %}{% endblock %}