Merge branch 'master' of github.com:vichan-devel/Tinyboard

This commit is contained in:
czaks 2016-06-09 04:51:17 +02:00
commit 36d762514c

View File

@ -1,12 +1,12 @@
<div class="ban"> <div class="ban">
<h2>{% trans 'Rebuilt' %}</h2> <h2>{% trans 'Rebuilt' %}</h2>
<p>
<a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
</p>
<ul> <ul>
{% for log in logs %} {% for log in logs %}
<li>{{ log }}</li> <li>{{ log }}</li>
{% endfor %} {% endfor %}
</ul> </ul>
<p>
<a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
</p>
</div> </div>