Refactor LLM import preview to improve layout and remove redundant controls
This commit is contained in:
@@ -98,9 +98,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="d-flex gap-2">
|
<!-- Bottom controls removed: submit and cancel are inside the form above -->
|
||||||
<button class="btn btn-success" hx-post="{% url 'sbas:import_llm_confirm' %}" hx-target="#import-result" hx-include="closest form">Import selected</button>
|
|
||||||
<button class="btn btn-secondary" hx-get="{% url 'sbas:import_llm_questions' %}" hx-target="#import-result">Cancel</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="import-result"></div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user