diff --git a/sbas/templates/sbas/import_llm_questions.html b/sbas/templates/sbas/import_llm_questions.html index 28af2f12..76cafc6e 100644 --- a/sbas/templates/sbas/import_llm_questions.html +++ b/sbas/templates/sbas/import_llm_questions.html @@ -2,14 +2,25 @@ {% block content %}

Import LLM Questions

-
+ {% csrf_token %} {{ form.as_p }}
+
+ +
+

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 %}