forked from CGM_Public/pretix_original
Fix #2241 -- Display timezone for sale start
This commit is contained in:
@@ -122,9 +122,11 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif event.settings.presale_start_show_date %}
|
{% elif event.settings.presale_start_show_date %}
|
||||||
{% blocktrans trimmed with date=ev.effective_presale_start|date:"SHORT_DATE_FORMAT" time=ev.effective_presale_start|time:"TIME_FORMAT" %}
|
<span data-time="{{ ev.effective_presale_start.isoformat }}" data-timezone="{{ request.event.timezone }}">
|
||||||
The presale for this event will start on {{ date }} at {{ time }}.
|
{% blocktrans trimmed with date=ev.effective_presale_start|date:"SHORT_DATE_FORMAT" time=ev.effective_presale_start|time:"TIME_FORMAT" %}
|
||||||
{% endblocktrans %}
|
The presale for this event will start on {{ date }} at {{ time }}.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
The presale for this event has not yet started.
|
The presale for this event has not yet started.
|
||||||
|
|||||||
Reference in New Issue
Block a user