Cache object list

master
Mark Veidemanis 1 year ago
parent 6579a86e44
commit b7b0f1e01c
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -1,3 +1,6 @@
{% load cache %}
{% cache 60 object_list %}
{% include 'mixins/partials/notify.html' %}
{% if page_title is not None %}
<h1 class="title is-4">{{ page_title }}</h1>
@ -43,3 +46,4 @@
{% include list_template %}
{% endcache %}
Loading…
Cancel
Save