From 9c8eaa8c8fbb3ae08976a0a00aaee001a495da3d Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 18 Aug 2014 11:10:15 -0400 Subject: [PATCH] Intercom SHA tag. --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 04e47be..550a7b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load snipt_tags %} +{% load snipt_tags intercom %} @@ -417,7 +417,7 @@ {% include 'snipts/snipt-edit-js-template.html' %} {% endblock %} -{% if request.user.is_authenticated and not debug%} +{% if request.user.is_authenticated and not debug %}