Merge pull request #182 from fatchan/master

Move the 'Go back and rebuild again' to the top of the rebuilt page s…
This commit is contained in:
Marcin Łabanowski 2016-05-31 16:08:50 +02:00
commit 6a7be4a058

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>