From 04557e3508817f3f7a726cd40c2b69143a49feb7 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 1 Aug 2013 12:55:41 -0400 Subject: [PATCH] Don't show on detail. --- snipts/templates/snipts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}