From ad627036b69b3accfc7f6efa60947f412faac6e6 Mon Sep 17 00:00:00 2001 From: Mark Caudill Date: Tue, 24 Nov 2015 19:01:08 -0500 Subject: [PATCH] Reorganize guag.es integration per alexandrevicenzi. --- templates/base.html | 2 ++ templates/partial/guages.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1e9081e..11ccbb1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -94,7 +94,9 @@ {% include "partial/ga.html" %} + {% if GUAGES %} {% include "partial/guages.html" %} + {% endif %} {% if ADD_THIS_ID %} {% endif %} diff --git a/templates/partial/guages.html b/templates/partial/guages.html index a6c7256..7d0d469 100644 --- a/templates/partial/guages.html +++ b/templates/partial/guages.html @@ -1,4 +1,3 @@ -{% if GUAGES %} -{% endif %}