Add HTMX support for exam selection and update related templates and views
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="btn-group" role="group">
|
||||
<button id="button-select-add-exam" class="btn btn-outline-primary btn-sm"
|
||||
hx-get="{% url 'generic:generic_exam_json_edit' %}?type={{ app_name }}"
|
||||
hx-get="{% url 'generic:generic_exam_htmx' %}?type={{ app_name }}"
|
||||
hx-target="#action-result"
|
||||
hx-swap="innerHTML">Add to exam</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user