mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
8 lines
241 B
Twig
8 lines
241 B
Twig
<script type="text/template" id="field_errors_block">
|
|
<span class=" text-error help-block">
|
|
<% _.each(errors, function(error) { %>
|
|
<div><%= error.message %></div>
|
|
<% }); %>
|
|
</span>
|
|
</script>
|