Vary objects cache on user ID and object list

This commit is contained in:
2023-02-11 14:29:15 +00:00
parent b7b0f1e01c
commit eba4142960

View File

@@ -1,6 +1,6 @@
{% load cache %}
{% cache 60 object_list %}
{% cache 60 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>