From 68a356a684e32232bdc4f51e1b8e732e776bf938 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 18 Dec 2015 16:48:37 +0000 Subject: ui: Use bootstrap container-fluid class It's time to use more of Boostrap. Having the top level element use the framework makes the rest work. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 78c563c..7f77fce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,7 +101,7 @@ {% endfor %} {% endif %} -
+
{% block body %} {% endblock %}
-- cgit v1.2.3