Browse Source

Merge pull request #182 from fatchan/master

Move the 'Go back and rebuild again' to the top of the rebuilt page s…
pull/40/head
Marcin Łabanowski 8 years ago
parent
commit
6a7be4a058
  1. 6
      templates/mod/rebuilt.html

6
templates/mod/rebuilt.html

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

Loading…
Cancel
Save