From 8a18b95884c943ab780ed55af5140fe383c697bc Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 21 Jul 2014 10:37:45 -0400 Subject: [PATCH] Show Olark for everyone. --- templates/base.html | 48 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 25 deletions(-) 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' %}