diff --git a/templates/base.html b/templates/base.html index c79c9af..169f4de 100644 --- a/templates/base.html +++ b/templates/base.html @@ -417,31 +417,29 @@ {% include 'snipts/snipt-edit-js-template.html' %} {% endblock %} -{% if request.user.profile.get_account_age <= 7 or request.user.profile.is_pro %} - {% if not debug %} - {% block olark %} - - - - {% endblock %} - {% endif %} +{% if not debug %} + {% block olark %} + + + + {% endblock %} {% endif %} {% include 'analytics.html' %}