diff --git a/sbas/templates/sbas/import_llm_questions.html b/sbas/templates/sbas/import_llm_questions.html index 37dfab34..28af2f12 100644 --- a/sbas/templates/sbas/import_llm_questions.html +++ b/sbas/templates/sbas/import_llm_questions.html @@ -2,10 +2,14 @@ {% block content %}
Upload a single JSON array, a single object, or JSONL (one JSON object per line) matching the agreed schema.
+Upload a single JSON array, a single object, or JSONL (one JSON object per line) matching the agreed schema. Use the Preview button to inspect results before importing.
+ {% endblock %} diff --git a/sbas/templates/sbas/partials/import_error.html b/sbas/templates/sbas/partials/import_error.html new file mode 100644 index 00000000..10f3e423 --- /dev/null +++ b/sbas/templates/sbas/partials/import_error.html @@ -0,0 +1,8 @@ +Stem: {{ payload.stem|default:''|safe }}
+Answers: +
Missing M2M: + {% if item.missing_m2m %} +