fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes
[wolnelektury.git]
/
src
/
pdcounter
/
views.py
diff --git
a/src/pdcounter/views.py
b/src/pdcounter/views.py
index
c782c0b
..
753c9e4
100644
(file)
--- a/
src/pdcounter/views.py
+++ b/
src/pdcounter/views.py
@@
-21,7
+21,7
@@
def book_stub_detail(request, slug):
if request.EXPERIMENTS['layout'].value:
template_name = 'pdcounter/2022/book_detail.html'
else:
- template_name = 'pdcounter/book_detail.html'
+ template_name = 'pdcounter/book_
stub_
detail.html'
return render(request, template_name, {
'book': book,