From cb81f8af0b7e5f52bd0d313612570447fce01df3 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 27 Nov 2013 15:54:14 -0500 Subject: [PATCH] Ads ads the beautiful fruit. --- snipts/templates/snipts/detail.html | 13 +++++++++++++ snipts/templates/snipts/list.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index 5016ea8..b3d9f49 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -69,5 +69,18 @@

{% endif %} + {% if not request.user.profile.is_pro %} + + {% endif %} {% endblock %} diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index b16f7e7..dce078c 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -28,6 +28,19 @@ {% endfor %} {% paginate %} + {% if not request.user.profile.is_pro %} + + {% endif %}