Remove site notice for Pro

master
Nick Sergeant 2012-07-30 13:18:44 -04:00
parent 082ce09920
commit 657d460b49
1 changed files with 2 additions and 0 deletions

View File

@ -13,9 +13,11 @@
{% block content %}
<section class="snipts" id="snipts">
{% comment %}
{% if not request.user.profile.is_pro %}
<div class="alert alert-info site-notice">Announcing <a href="/pro/">Snipt Pro</a>. Support the development of Snipt and get exclusive features for only $19/year.</div>
{% endif %}
{% endcomment %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "snipts/snipt-list.html" %}