leftypol_vichan/templates/mod/rebuilt.html
Michael Save de8cc487d8 rebuild
2012-04-14 22:58:36 +10:00

13 lines
182 B
HTML

<div class="ban">
<h2>Rebuilt</h2>
<ul>
{% for log in logs %}
<li>{{ log }}</li>
{% endfor %}
</ul>
<p>
<a href="?/rebuild">Go back and rebuild again</a>.
</p>
</div>