From d06b6ab180d644df6a0cc8c8c3fb0af963fb52f0 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 21 Jul 2014 11:04:35 -0400 Subject: [PATCH] Custom data for Olark. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f4fce13..806b0ec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -450,7 +450,7 @@ sniptsCount: {% snipts_count_for_user %}, isPro: window.user_is_pro, blogDomain: '{{ request.user.profile.blog_domain }}', - proDate: '{% firstof request.user.profile.pro_date|date:"U" 'null' %}' + proDate: '{% firstof request.user.profile.pro_date 'null' %}' }); {% endif %}