mirror of
https://github.com/pretix/pretix.git
synced 2026-04-26 23:52:35 +00:00
Event list: Fix presale start date (Z#23219798)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user