From 2d79981e9e39eb3a42b019dff28873384164cf64 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 4 May 2014 22:50:36 -0400 Subject: [PATCH] Working on new Snipt Pro flow. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index a7ba2c3..7068798 100644 --- a/templates/base.html +++ b/templates/base.html @@ -415,7 +415,7 @@ {% include 'snipts/snipt-edit-js-template.html' %} {% endblock %} -{% if request.user.is_authenticated and request.user.is_pro or request.user.profile.get_account_age <= 7 %} +{% if request.user.profile.get_account_age <= 7 or request.user.profile.is_pro %} {% if not debug %} {% block intercom %}