X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/24dbfdfdd3ab807494beed62f1a890519d13ed63..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]