Initial commit
This commit is contained in:
6
pma/templates/config/form_display/errors.twig
Normal file
6
pma/templates/config/form_display/errors.twig
Normal file
@ -0,0 +1,6 @@
|
||||
<dl>
|
||||
<dt>{{ name }}</dt>
|
||||
{% for error in error_list %}
|
||||
<dd>{{ error|raw }}</dd>
|
||||
{% endfor %}
|
||||
</dl>
|
Reference in New Issue
Block a user