diff --git a/envergo/templates/haie/moulinette/_result_regulation.html b/envergo/templates/haie/moulinette/_result_regulation.html index 76097ebad..daa3f3462 100644 --- a/envergo/templates/haie/moulinette/_result_regulation.html +++ b/envergo/templates/haie/moulinette/_result_regulation.html @@ -10,7 +10,7 @@

{% include 'moulinette/_result_regulation_title.html' with regulation=regula {% if regulation.show_criteria and regulation.criteria.all %} {% for criterion in regulation.criteria.all %} {% if criterion.should_be_displayed %} -

{% show_criterion_body regulation criterion %}

+ {% show_criterion_body regulation criterion %} {% endif %} {% endfor %} {% endif %}