fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9eeeeab
)
fix
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 23 May 2023 11:13:26 +0000
(13:13 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 23 May 2023 11:13:26 +0000
(13:13 +0200)
src/pdcounter/views.py
patch
|
blob
|
history
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,