fix(templates) Add missing cache templatetag to trade_acceptance partial
This commit updates the `trade_acceptance.html` template partial to include the `cache` templatetag in its `{% load %}` directive, preventing a missing tag error.
This commit is contained in:
parent
48ea0eb48e
commit
46619bd5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{% load gravatar card_badge %}
|
{% load gravatar card_badge cache %}
|
||||||
|
|
||||||
{% cache CACHE_TIMEOUT trade_acceptance cache_key %}
|
{% cache CACHE_TIMEOUT trade_acceptance cache_key %}
|
||||||
<div class="card card-border bg-base-100 shadow-lg max-w-90 mx-auto">
|
<div class="card card-border bg-base-100 shadow-lg max-w-90 mx-auto">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue