Remove caching from common object templates

master
Mark Veidemanis 1 year ago
parent 502556e7c3
commit 3d7c3504aa
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -1,7 +1,3 @@
{% load cache %}
{% cache 600 object request.user.id object %}
{% include 'mixins/partials/notify.html' %}
{% if page_title is not None %}
<h1 class="title is-4">{{ page_title }}</h1>
@ -46,5 +42,3 @@
</div>
{% include detail_template %}
{% endcache %}

@ -1,6 +1,3 @@
{% load cache %}
{% cache 600 objects request.user.id object_list %}
{% include 'mixins/partials/notify.html' %}
{% if page_title is not None %}
<h1 class="title is-4">{{ page_title }}</h1>
@ -45,5 +42,3 @@
</div>
{% include list_template %}
{% endcache %}
Loading…
Cancel
Save