Event index: Add subevent time and name to <title> (Z#23246174)

This commit is contained in:
Raphael Michel
2026-09-10 09:27:17 +02:00
parent 6025c7942f
commit fbaa5e9cbb
@@ -23,7 +23,11 @@
{% endblocktrans %} :: {% endblocktrans %} ::
{% endif %} {% endif %}
{% elif subevent %} {% elif subevent %}
{{ subevent.get_date_range_display }} :: {{ subevent.get_date_range_display_with_times }} ::
{% if subevent.name|upper != event.name|upper %}
{# The |upper is a trick to force LazyI18nString→str conversion before comparison #}
{{ subevent.name }} ::
{% endif %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}