Event list: Fix presale start date (Z#23219798)

This commit is contained in:
Raphael Michel
2026-01-05 11:33:09 +01:00
parent ef7433dbcd
commit adfd0bfcfd

View File

@@ -53,7 +53,7 @@
{% endtextbubble %}
{% if event.settings.presale_start_show_date %}
<br><span class="text-muted">
{% html_time event.event.effective_presale_start "SHORT_DATE_FORMAT" as date %}
{% html_time event.effective_presale_start "SHORT_DATE_FORMAT" as date %}
{% blocktrans trimmed with date=date %}
Sale starts {{ date }}
{% endblocktrans %}