eurelien-cd28-2022: use warning notice instead of infonotice on form validation (#73559)

This commit is contained in:
Corentin Sechet 2023-01-18 14:29:25 +01:00
parent 6b103ebafc
commit 6e5f57c32f
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{% extends "wcs/base.html" %}
{% load qommon %}
{% block body %}
<div class="form-validation">
{{ form_side|default:"" }}
<div class="warningnotice">
{% standard_text "check-before-submit" %}
</div>
{{ html_form.render|safe }}
</div>
{% endblock %}