Cache object list
This commit is contained in:
parent
6579a86e44
commit
b7b0f1e01c
|
@ -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…
Reference in New Issue