Fix caching with different types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user