master
Nick Sergeant 2012-07-05 20:07:49 -04:00
parent febf301080
commit ebebf56545
1 changed files with 3 additions and 0 deletions

View File

@ -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,