diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index ded89b5..33188b9 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -13,7 +13,7 @@ {% block content %}
- {% if not request.user.profile.is_pro %} + {% if not request.user.profile.is_pro and not detail %} {% include 'go-pro.html' %} {% endif %} {% autopaginate snipts 10 %}