Don't show on detail.

master
Nick Sergeant 2013-08-01 12:55:41 -04:00
parent 170a9aa9fa
commit 04557e3508
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% block content %}
<section class="snipts" id="snipts" ng-controller="SniptListController">
{% if not request.user.profile.is_pro %}
{% if not request.user.profile.is_pro and not detail %}
{% include 'go-pro.html' %}
{% endif %}
{% autopaginate snipts 10 %}