X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f16fb0040e6beb395ffea1ac252658ab0b8ac3f7..243ac5a586da9e5abb87698306794b6cc173ded1:/src/catalogue/views.py diff --git a/src/catalogue/views.py b/src/catalogue/views.py index d563b68a6..0bca7d814 100644 --- a/src/catalogue/views.py +++ b/src/catalogue/views.py @@ -567,8 +567,6 @@ def book_detail(request, slug): 'club_form': ScheduleForm() if book.preview else None, 'club': Club.objects.first() if book.preview else None, 'donation_form': DonationStep1Form(), - - 'EXPERIMENTS_SWITCHABLE_layout': True, })