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 @@