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