From 978ab5772d18681d68913abf8975f274334cf2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Tue, 25 Mar 2014 17:18:57 +0000 Subject: [PATCH] Fixed html5 navbar. Bootstrap navbars requires a container (using container-fluid to get full width) --- server/src/uds/templates/uds/html5/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/uds/templates/uds/html5/templates/base.html b/server/src/uds/templates/uds/html5/templates/base.html index b5e56087..24db05be 100644 --- a/server/src/uds/templates/uds/html5/templates/base.html +++ b/server/src/uds/templates/uds/html5/templates/base.html @@ -49,7 +49,9 @@ - {% block menu %}{% include 'uds/html5/snippets/navbar.html' %}{% endblock %} +
+ {% block menu %}{% include 'uds/html5/snippets/navbar.html' %}{% endblock %} +