Remove Pro plug from non-logged-in users.

master
Nick Sergeant 2012-10-21 13:10:02 -04:00
parent 200988fa69
commit 2b7d90bda5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
{% block content %}
<section class="snipts" id="snipts">
{% if not request.user.profile.is_pro %}
{% 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 $19/year.</div>
{% endif %}
{% with 'true' as detail %}