Projet

Général

Profil

0001-misc-add-a-Steps-title-for-screen-readers-72815.patch

Frédéric Péters, 28 décembre 2022 17:52

Télécharger (774 octets)

Voir les différences:

Subject: [PATCH] misc: add a "Steps" title for screen readers (#72815)

 wcs/templates/wcs/formdata_steps.html | 2 ++
 1 file changed, 2 insertions(+)
wcs/templates/wcs/formdata_steps.html
1
{% load i18n %}
1 2
<div id="steps" class="steps-{{page_labels|length}}">
3
  <h3 class="sr-only">{% trans "Steps" %}</h3>
2 4
  <ol>
3 5
    {% for page_label in page_labels %}
4 6
      {% spaceless %}
5
-