mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
Move the 'Go back and rebuild again' to the top of the rebuilt page so you dont have to scroll
This commit is contained in:
parent
52fe9bc873
commit
d285a79667
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user