X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f9a071b288cec64a55000125a63b62a3b233c3fd..3efaf2dda390ed91cdba771a490b7c81a9d292a2:/src/pdcounter/views.py diff --git a/src/pdcounter/views.py b/src/pdcounter/views.py index c782c0b0f..753c9e425 100644 --- 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,