diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index 801abc4..127909a 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -13,9 +13,11 @@ {% block content %}
+ {% comment %} {% if not request.user.profile.is_pro %}
Announcing Snipt Pro. Support the development of Snipt and get exclusive features for only $19/year.
{% endif %} + {% endcomment %} {% autopaginate snipts 10 %} {% for snipt in snipts %} {% include "snipts/snipt-list.html" %}