diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index 036c05c..8c91efa 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -58,7 +58,7 @@ {% endif %}
{% if request.user.is_authenticated and not request.user.profile.is_pro %} -
Snipt Pro: Support the development of Snipt and get exclusive features for only $3/month.
+
Snipt Pro: Get exclusive features and support the development of Snipt for only $3/month.
{% endif %} {% with 'true' as detail %} {% include "snipts/snipt-list.html" %} diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index 798aa62..0a756c6 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -14,7 +14,7 @@ {% block content %}
{% if request.user.is_authenticated and not request.user.profile.is_pro %} -
Snipt Pro: Support the development of Snipt and get exclusive features for only $3/month.
+
Snipt Pro: Get exclusive features and support the development of Snipt for only $3/month.
{% endif %} {% autopaginate snipts 10 %} {% for snipt in snipts %}