Projet

Général

Profil

0001-templates-add-a-Steps-title-72815.patch

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

Télécharger (794 octets)

Voir les différences:

Subject: [PATCH] templates: add a Steps title (#72815)

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