From: Radek Czajka Date: Tue, 23 May 2023 11:13:26 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/65c77f6685941ec4ac33e46a101d96f709552842 fix --- 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,