fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c5907
)
Fixed another bug in shelves.
author
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 22:30:06 +0000
(
00:30
+0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 22:30:06 +0000
(
00:30
+0200)
apps/catalogue/views.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/views.py
b/apps/catalogue/views.py
index
3396dbc
..
9ae5051
100644
(file)
--- a/
apps/catalogue/views.py
+++ b/
apps/catalogue/views.py
@@
-271,8
+271,7
@@
def new_set(request):
else:
return HttpResponseRedirect('/')
- return render_to_response('catalogue/book_sets.html', locals(),
- context_instance=RequestContext(request))
+ return HttpResponseRedirect('/')
@login_required