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