From 94562feb770655e15530b34edf6c13fc0b5c7ba6 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Fri, 27 Jun 2014 10:27:51 -0400 Subject: [PATCH] Move intercom pro_date. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 8945f54..4adb255 100644 --- a/templates/base.html +++ b/templates/base.html @@ -432,7 +432,7 @@ 'profile link': 'https://snipt.net/{{ request.user.username }}/', 'is pro': window.user_is_pro, 'blog domain': '{{ request.user.profile.blog_domain }}', - 'pro_date': {% firstof request.user.profile.pro_date|date:"U" 'null' %}, + 'pro date': {% firstof request.user.profile.pro_date|date:"U" 'null' %}, }, widget: { activator: '#IntercomDefaultWidget'