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 %}