The version of vichan running on lainchan.org
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
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>