diff options
Diffstat (limited to 'templates/web/base/errors.html')
-rw-r--r-- | templates/web/base/errors.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/base/errors.html b/templates/web/base/errors.html new file mode 100644 index 000000000..e0f484ba5 --- /dev/null +++ b/templates/web/base/errors.html @@ -0,0 +1,5 @@ +[% FOREACH error IN errors %] + [% '<ul class="error">' IF loop.first %] + <li>[% error %]</li> + [% '</ul>' IF loop.last %] +[% END %] |