forked from lix-project/hydra
5 lines
153 B
Text
5 lines
153 B
Text
[% PROCESS common.tt %]
|
|
|
|
[% FOREACH error IN errors %]
|
|
<div class="alert alert-error">[% HTML.escape(error).replace('\n', '<br/>') %]</div>
|
|
[% END %]
|