[A11y] add missing sr-only-text for clock-icon

This commit is contained in:
Richard Schreiber
2025-04-29 12:28:46 +02:00
committed by GitHub
parent 1804dbebd0
commit d3792935ae
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<br>
<span data-time="{{ subev.date_from.isoformat }}" data-timezone="{{ event.timezone }}" data-time-short>
{% icon "clock-o" %}
<span class="sr-only">{% trans "Time of day" %}</span>
<time datetime="{{ subev.date_from.isoformat }}">{{ subev.date_from|date:"TIME_FORMAT" }}</time>
</span>
{% endif %}