fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c05e41
)
Fixed message for not authenticated users who want to add book to shelf.
author
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 16:02:21 +0000
(18:02 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Wed, 24 Sep 2008 16:02:21 +0000
(18:02 +0200)
apps/catalogue/views.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/views.py
b/apps/catalogue/views.py
index
7168fb0
..
3396dbc
100644
(file)
--- 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)