diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index fd27ebc..65dd129 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -44,7 +44,7 @@ {% block content %}
- {% if not request.user.profile.is_pro %} + {% if request.user.is_authenticated and not request.user.profile.is_pro %}
Snipt Pro: Support the development of Snipt and get exclusive features for only $19/year.
{% endif %} {% with 'true' as detail %}