diff --git a/app/templates/views/check.html b/app/templates/views/check.html index 933bda753..bb9c4012c 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -150,7 +150,9 @@ {% endif %} - {{ template|string }} + {% if not errors %} + {{ template|string }} + {% endif %}