Removed left over dump tag

This commit is contained in:
Jan Böhmer 2023-03-12 22:10:55 +01:00
parent c7b9f9e50a
commit 5d318b2693

View file

@ -15,7 +15,6 @@
<li> <li>
<b>{{ name }}: </b> <b>{{ name }}: </b>
{% for violation in error.violations %} {% for violation in error.violations %}
{% dump(violation) %}
<i>{{ violation.propertyPath }}</i>: {{ violation.message|trans(violation.parameters, 'validators') }}<br> <i>{{ violation.propertyPath }}</i>: {{ violation.message|trans(violation.parameters, 'validators') }}<br>
{% endfor %} {% endfor %}
</li> </li>