From: Marek Stępniowski Date: Wed, 24 Sep 2008 16:02:21 +0000 (+0200) Subject: Fixed message for not authenticated users who want to add book to shelf. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/06c59071735d1310e2a2107320969dc147e1646d?ds=sidebyside;hp=-c Fixed message for not authenticated users who want to add book to shelf. --- 06c59071735d1310e2a2107320969dc147e1646d diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 7168fb05d..3396dbca4 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -176,7 +176,6 @@ def user_shelves(request): return render_to_response('catalogue/user_shelves.html', locals(), context_instance=RequestContext(request)) -@login_required @cache.never_cache def book_sets(request, slug): book = get_object_or_404(models.Book, slug=slug)