copy current state of medienstaatsvertrag.org, to be verified
This commit is contained in:
16
website/agenda/planung/templates/status.html
Normal file
16
website/agenda/planung/templates/status.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user