diff --git a/templates/base.html b/templates/base.html index a62830e..4d71130 100644 --- a/templates/base.html +++ b/templates/base.html @@ -417,46 +417,48 @@ {% 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 %} - - - +{% if request.user.is_authenticated %} + {% if request.user.profile.get_account_age <= 7 or request.user.profile.is_pro %} + {% if not debug %} + {% block olark %} + + + - {% if request.user.is_authenticated %} - - {% endif %} + {% if request.user.is_authenticated %} + + {% endif %} - {% endblock %} + {% endblock %} + {% endif %} {% endif %} {% endif %}