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 %}