X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e180be7cce99d59054b206a061386188c5652f02..f3e8dfa015744bd72796fdd8eff0d81f863cdc46:/src/wolnelektury/views.py diff --git a/src/wolnelektury/views.py b/src/wolnelektury/views.py index b32c64c52..4b20a5572 100644 --- a/src/wolnelektury/views.py +++ b/src/wolnelektury/views.py @@ -25,6 +25,7 @@ from social.utils import get_or_choose_cite from wolnelektury.forms import RegistrationForm, SocialSignupForm +@never_cache def main_page(request): ctx = { 'last_published': Book.objects.exclude(cover_thumb='').filter(parent=None).order_by('-created_at')[:6],