Pro wording.

master
Nick Sergeant 2013-01-10 12:16:29 -05:00
parent cd4b0d949d
commit 2dd8d95188
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
{% endif %}
<section class="snipts" id="snipts">
{% if request.user.is_authenticated and not request.user.profile.is_pro %}
<div class="alert alert-info site-notice"><a href="/pro/">Snipt Pro</a>: Support the development of Snipt and get exclusive features for only $3/month.</div>
<div class="alert alert-info site-notice"><a href="/pro/">Snipt Pro</a>: Get exclusive features and support the development of Snipt for only $3/month.</div>
{% endif %}
{% with 'true' as detail %}
{% include "snipts/snipt-list.html" %}

View File

@ -14,7 +14,7 @@
{% block content %}
<section class="snipts" id="snipts">
{% if request.user.is_authenticated and not request.user.profile.is_pro %}
<div class="alert alert-info site-notice"><a href="/pro/">Snipt Pro</a>: Support the development of Snipt and get exclusive features for only $3/month.</div>
<div class="alert alert-info site-notice"><a href="/pro/">Snipt Pro</a>: Get exclusive features and support the development of Snipt for only $3/month.</div>
{% endif %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}