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'