minor fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 14 May 2010 10:19:25 +0000 (12:19 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 14 May 2010 10:19:25 +0000 (12:19 +0200)
apps/catalogue/views.py

index e50e51a..126b009 100644 (file)
@@ -245,8 +245,6 @@ def search_no_hits(request, tags):
         context_instance=RequestContext(request))
 
 
-search_no_hits
-
 def tags_starting_with(request):
     prefix = request.GET.get('q', '')
     # Prefix must have at least 2 characters