Files
racalmas/website/agenda/planung/templates/status.html

17 lines
251 B
HTML

<style>
ul.error{
list-style-type: none;
background:#fcc;
padding:6px;
}
</style>
<TMPL_IF errors>
<ul class="error">
<TMPL_LOOP errors>
<li><TMPL_VAR error></li>
</TMPL_LOOP>
</ul>
</TMPL_IF>