This commit is contained in:
Michael Save 2012-04-13 10:41:30 +10:00
parent 2843ddc482
commit 7f6f836bf8
6 changed files with 191 additions and 16 deletions

11
templates/mod/log.html Normal file
View file

@ -0,0 +1,11 @@
<table class="modlog">
<tr>
<th>
</th>
</tr>
{% for log in logs %}
{% endfor %}
</table>