1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-15 03:17:38 +01:00
vichan/templates/mod/rebuilt.html

13 lines
210 B
HTML
Raw Normal View History

2012-04-14 14:58:36 +02:00
<div class="ban">
2012-05-05 17:33:10 +02:00
<h2>{% trans 'Rebuilt' %}</h2>
2012-04-14 14:58:36 +02:00
<ul>
{% for log in logs %}
<li>{{ log }}</li>
{% endfor %}
</ul>
<p>
2012-05-05 17:33:10 +02:00
<a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
2012-04-14 14:58:36 +02:00
</p>
</div>