Fix caching with different types

This commit is contained in:
2023-02-15 07:20:53 +00:00
parent b6952767d5
commit bc60eabb05
15 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{% load cache %}
{% include 'mixins/partials/notify.html' %}
{% cache 600 objects_positions request.user.id object_list %}
{% cache 600 objects_positions request.user.id object_list type %}
<table
class="table is-fullwidth is-hoverable"
hx-target="#{{ context_object_name }}-table"