diff --git a/validata_ui/templates/validation_macros.html b/validata_ui/templates/validation_macros.html index 56deb89cffa1264c3464555a335497aa81c98c0d..f0ab26aec0e994fdbe66873a1c7cc2f9bf2d40e6 100644 --- a/validata_ui/templates/validation_macros.html +++ b/validata_ui/templates/validation_macros.html @@ -124,7 +124,6 @@
Aucune erreur de structure.
{% endif %} -{% if report.table.do_display_body_errors %} {% set value_errors = report.table['error-stats']['value-errors'] %} {% if value_errors['count'] > 0 %}Erreur de contenu ({{ value_errors['count'] }} sur {{ value_errors['rows-count'] }} ligne{% if value_errors['rows-count'] > 1 %}s{% endif %}) :
@@ -136,6 +135,5 @@ {% else %}Aucune erreur de contenu
{% endif %} -{% endif %} {% endmacro %} diff --git a/validata_ui/templates/validation_report.html b/validata_ui/templates/validation_report.html index d641e977ac1b54b75364fe2accfd21481a42a8d5..7d347e5c04ebc4275a5a4bab9bbb9716a3037a0c 100644 --- a/validata_ui/templates/validation_report.html +++ b/validata_ui/templates/validation_report.html @@ -139,18 +139,15 @@ {% endif %} -{% if report.table.do_display_body_errors %} {# We do display body errors! #} -Veuillez corriger ces erreurs pour visualiser les éventuelles erreurs de contenu.
-{% endif %} +{# Display body errors #} +