From 36d4445c97880166f4517bd8eead71b0e0d90908 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 15 Nov 2014 15:52:12 +0100 Subject: [PATCH] upgrade to bootstrap 3.3.1 --- 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 b897a66..6fbb7ee 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 %}