leftypol/templates/mod/rebuilt.html

13 lines
210 B
HTML
Raw Normal View History

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