fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
30b6eeb
)
Removed print statement from main_page view.
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 15:37:33 +0000
(17:37 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 15:37:33 +0000
(17:37 +0200)
apps/catalogue/views.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/views.py
b/apps/catalogue/views.py
index
607b4d2
..
f0f3e71
100644
(file)
--- a/
apps/catalogue/views.py
+++ b/
apps/catalogue/views.py
@@
-81,9
+81,7
@@
def main_page(request):
extra={'where': ['catalogue_tag.category = "theme"'] + [extra_where]})
categories = split_tags(tags)
extra={'where': ['catalogue_tag.category = "theme"'] + [extra_where]})
categories = split_tags(tags)
- print categories
form = forms.SearchForm()
form = forms.SearchForm()
-
return render_to_response('catalogue/main_page.html', locals(),
context_instance=RequestContext(request))
return render_to_response('catalogue/main_page.html', locals(),
context_instance=RequestContext(request))