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

@@ -2,7 +2,7 @@
{% load cache %}
{% block tbody %}
{% cache 600 object_position_detail request.user.id object %}
{% cache 600 object_position_detail request.user.id object type %}
{% for key, item in object.items %}
<tr>
{% if key == 'trade_ids' %}