From ebebf56545e5cc3725cfa8de0fbe35a9653e4044 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 5 Jul 2012 20:07:49 -0400 Subject: [PATCH] Tmp --- snipts/views.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snipts/views.py b/snipts/views.py index c71da4c..445b164 100644 --- a/snipts/views.py +++ b/snipts/views.py @@ -143,6 +143,9 @@ def list_user(request, username_or_custom_slug, tag_slug=None): else: tag = None + if tag is None: + snipts = snipts.exclude(tags__name__in=['tmp']) + context = { 'has_snipts': True, 'public': public,