From 5331780a83c1e5eed13795369c6d416038050fae Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 18 Aug 2012 23:03:53 -0700 Subject: [PATCH] Remove the container-fluid around the graph --- templates/graph_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/graph_base.html b/templates/graph_base.html index dae0eb3..88c9ff1 100644 --- a/templates/graph_base.html +++ b/templates/graph_base.html @@ -13,9 +13,9 @@ h1.placeholder { {% block container %} {% include "navbar.html" %} -
+{#
#} {% block graph %}

PUT A GRAPH HERE

{% endblock %} -
+{#
#} {% endblock container %} {% block body_js %}