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