forked from CGM_Public/pretix_original
Event list: Fix presale start date (Z#23219798)
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
{% endtextbubble %}
|
{% endtextbubble %}
|
||||||
{% if event.settings.presale_start_show_date %}
|
{% if event.settings.presale_start_show_date %}
|
||||||
<br><span class="text-muted">
|
<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 %}
|
{% blocktrans trimmed with date=date %}
|
||||||
Sale starts {{ date }}
|
Sale starts {{ date }}
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|||||||
Reference in New Issue
Block a user