From: Marek Stępniowski Date: Wed, 24 Sep 2008 22:30:06 +0000 (+0200) Subject: Fixed another bug in shelves. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/8676651fe1b1de0e033e644ddb93c53f8c9402d0?ds=sidebyside;hp=-c Fixed another bug in shelves. --- 8676651fe1b1de0e033e644ddb93c53f8c9402d0 diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 3396dbca4..9ae50515d 100644 --- 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