X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..85b2f0f3f639c54c199162d07b7027ce3412c996:/wolnelektury/views.py diff --git a/wolnelektury/views.py b/wolnelektury/views.py index 555b732bb..01fac4686 100755 --- a/wolnelektury/views.py +++ b/wolnelektury/views.py @@ -17,6 +17,7 @@ from catalogue.models import Book from ajaxable.utils import placeholdized +@never_cache def main_page(request): last_published = Book.objects.exclude(html_file='').order_by('-created_at')[:4]