From 4006f570c6a7c5f58f681605bd6e4e1470f80639 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 8 May 2013 17:44:11 -0400 Subject: [PATCH] Init secure mode for Intercom. --- settings_local-template.py | 2 ++ templates/base.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/settings_local-template.py b/settings_local-template.py index c203617..ba87a26 100644 --- a/settings_local-template.py +++ b/settings_local-template.py @@ -79,3 +79,5 @@ RAVEN_CONFIG = { MIDDLEWARE_CLASSES = MIDDLEWARE_CLASSES + ( 'raven.contrib.django.raven_compat.middleware.Sentry404CatchMiddleware', ) + +INTERCOM_SECRET_KEY = '' diff --git a/templates/base.html b/templates/base.html index 6512039..c757c27 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load snipt_tags %} +{% load snipt_tags intercom %} @@ -428,6 +428,8 @@