From 2dd8d9518802c5074c974122ba8421f3dd404ef5 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 10 Jan 2013 12:16:29 -0500 Subject: [PATCH] Pro wording. --- snipts/templates/snipts/detail.html | 2 +- snipts/templates/snipts/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}