Update
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Import Result - Illustrations DB{% endblock %}
|
||||
{% block content %}
|
||||
@@ -14,7 +13,7 @@
|
||||
</ul>
|
||||
{% if report.errors and report.errors|length %}
|
||||
<h3>Errors</h3>
|
||||
<pre style="white-space:pre-wrap;">{{ report.errors|join("\n") }}</pre>
|
||||
<pre>{{ report.errors|join("\n") }}</pre>
|
||||
{% endif %}
|
||||
<div style="margin-top:16px;">
|
||||
<a class="btn" href="/import/">Run again</a>
|
||||
|
||||
Reference in New Issue
Block a user