templates: add a Steps title (#72815)

This commit is contained in:
Frédéric Péters 2022-12-28 17:50:31 +01:00
parent 6a0c20c796
commit a6b22e476c
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{% load i18n %}
<header id="steps" class="wcs-steps steps-{{page_labels|length}}">
<h2>{% trans "Steps" %}</h2>
{% block steps-list %}
<ol class="wcs-steps--list">
{% for page_label in page_labels %}