membershipworks: Fix bad image alt attr when html in event title
All checks were successful
Ruff / ruff (push) Successful in 1m33s
Test / test (push) Successful in 5m7s

This commit is contained in:
Adam Goldsmith 2024-07-01 19:11:51 -04:00
parent a49466a93a
commit f846bbfcc3

View File

@ -77,7 +77,7 @@
{# djlint:off H006 #}
<img class="{% cycle 'alignleft' 'alignright' %}"
width="400"
alt="Image for {{ event.ttl|nh3 }}"
alt="Image for {{ event.ttl|nh3:"" }}"
src="{{ event.lgo.l }}">
{# djlint:on #}
{% endif %}