From 7bd4a24329a9f9deb3c64f16da07ea621c765e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Nov 2018 12:14:27 +0100 Subject: [PATCH] misc: give validation text "info notice" style (#28110) --- wcs/templates/wcs/formdata_validation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcs/templates/wcs/formdata_validation.html b/wcs/templates/wcs/formdata_validation.html index 97a5e8666..62b574ea8 100644 --- a/wcs/templates/wcs/formdata_validation.html +++ b/wcs/templates/wcs/formdata_validation.html @@ -4,7 +4,9 @@ {% block body %}
{{ form_side|default:"" }} +
{% standard_text "check-before-submit" %} +
{{ form.render|safe }}
{% endblock %} -- 2.19.1