mirror of
https://github.com/pretix/pretix.git
synced 2026-09-13 16:14:40 +00:00
Update src/pretix/presale/templates/pretixpresale/event/index.html
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
fbaa5e9cbb
commit
8e57596b1c
@@ -23,11 +23,11 @@
|
|||||||
{% endblocktrans %} ::
|
{% endblocktrans %} ::
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif subevent %}
|
{% elif subevent %}
|
||||||
{{ subevent.get_date_range_display_with_times }} ::
|
|
||||||
{% if subevent.name|upper != event.name|upper %}
|
{% if subevent.name|upper != event.name|upper %}
|
||||||
{# The |upper is a trick to force LazyI18nString→str conversion before comparison #}
|
{# The |upper is a trick to force LazyI18nString→str conversion before comparison #}
|
||||||
{{ subevent.name }} ::
|
{{ subevent.name }} ::
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ subevent.get_date_range_display_with_times }} ::
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user