diff --git a/sbas/templates/sbas/partials/import_preview.html b/sbas/templates/sbas/partials/import_preview.html index 3d11c3ba..b48bad3e 100644 --- a/sbas/templates/sbas/partials/import_preview.html +++ b/sbas/templates/sbas/partials/import_preview.html @@ -5,6 +5,16 @@
Question {{ item.index|add:1 }}
+ {% if item.errors %} + + {% endif %} {% if item.payload %}

Title: {{ item.payload.title|default:'(No title)'|safe }}

Stem: {{ item.payload.stem|default:''|safe }}