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:
badblocks 2025-06-01 19:08:00 -07:00
parent 48ea0eb48e
commit 46619bd5e1
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{% load gravatar card_badge %}
{% load gravatar card_badge cache %}
{% cache CACHE_TIMEOUT trade_acceptance cache_key %}
<div class="card card-border bg-base-100 shadow-lg max-w-90 mx-auto">