master
Nick Sergeant 2012-07-03 13:15:21 -04:00
parent 8f1de2e07c
commit eb39076419
5 changed files with 18 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1579,4 +1579,7 @@ body.pro {
font-weight: bold;
}
}
h3, h4 {
text-align: center;
}
}

View File

@ -115,14 +115,16 @@
View profile
</a>
</li>
{% if not request.user.profile.is_pro %}
<li>
<a href="/pro/">
<i class="icon-star-empty icon-white"></i>
Upgrade to Pro
</a>
</li>
{% endif %}
{% comment %}
{% if not request.user.profile.is_pro %}
<li>
<a href="/pro/">
<i class="icon-star-empty icon-white"></i>
Upgrade to Pro
</a>
</li>
{% endif %}
{% endcomment %}
<li>
<a href="/password/change/">
<i class="icon-wrench icon-white"></i>

View File

@ -18,7 +18,9 @@
<li>Collaborative group editing of snipts.</li>
<li>Site-wide setting for viewing snipts in different themes.</li>
<li>Ability to theme your embedded snipts in a specific theme.</li>
<li>Custom domain and premium (Pro-only) themes for your <a href="https://blog.snipt.net/">Snipt blog</a>.</li>
<li>Custom domain and premium (Pro-only) themes for your <a href="https://blog.snipt.net/announcing-the-sniptnet-blogging-platform/">Snipt blog</a>.</li>
</ul>
<h3>Pro accounts will be $5/month or $50/year.</h3>
<h4>Pro accounts are currently invite-only. Follow <a href="http://twitter.com/snipt/">@snipt</a> to be notified when we open registrations.</h4>
</div>
{% endblock %}