The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
210B

  1. <div class="ban">
  2. <h2>{% trans 'Rebuilt' %}</h2>
  3. <p>
  4. <a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
  5. </p>
  6. <ul>
  7. {% for log in logs %}
  8. <li>{{ log }}</li>
  9. {% endfor %}
  10. </ul>
  11. </div>