From 762799fc5cc0c4f0fd0a8a8bbe41ddf34d059c08 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 28 Aug 2014 11:31:54 +0200 Subject: [PATCH] upgrade to bootstrap 3.2.0 (cdn urls) --- 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 42c531f..29c2b0f 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 %}