From 6657c4f30194dc5f8eba42186f9d1fa9013eb038 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 25 Oct 2016 11:18:05 -0400 Subject: [PATCH] Adding Drift. --- templates/base.html | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/templates/base.html b/templates/base.html index cf710d0..9e1af70 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load snipt_tags intercom %} +{% load snipt_tags %} @@ -444,29 +444,30 @@ {% if request.user.is_authenticated and not debug %} + - - + {% endif %} {% include 'analytics.html' %}