Projet

Général

Profil

0001-misc-give-validation-text-info-notice-style-28110.patch

Frédéric Péters, 18 novembre 2018 12:14

Télécharger (816 octets)

Voir les différences:

Subject: [PATCH] misc: give validation text "info notice" style (#28110)

 wcs/templates/wcs/formdata_validation.html | 2 ++
 1 file changed, 2 insertions(+)
wcs/templates/wcs/formdata_validation.html
4 4
{% block body %}
5 5
<div class="form-validation">
6 6
 {{ form_side|default:"" }}
7
 <div class="infonotice">
7 8
 {% standard_text "check-before-submit" %}
9
 </div>
8 10
 {{ form.render|safe }}
9 11
</div>
10 12
{% endblock %}
11
-