diff --git a/boards/templates/boards/thread_gallery.html b/boards/templates/boards/thread_gallery.html --- a/boards/templates/boards/thread_gallery.html +++ b/boards/templates/boards/thread_gallery.html @@ -1,7 +1,6 @@ {% extends "boards/thread.html" %} {% load i18n %} -{% load cache %} {% load static from staticfiles %} {% load board %} {% load tz %} @@ -16,7 +15,6 @@ {% get_current_language as LANGUAGE_CODE %} {% get_current_timezone as TIME_ZONE %} - {% cache 600 thread_gallery_view thread.id thread.last_edit_time LANGUAGE_CODE request.get_host TIME_ZONE %}
{% trans 'Normal mode' %}, {% trans 'Gallery mode' %} @@ -52,5 +50,4 @@ {% trans 'No images.' %} {% endif %}
- {% endcache %} {% endblock %}