Fix display of confirmation form when deleting an object

This commit is contained in:
Jeremy Stretch 2024-03-25 11:52:41 -04:00
parent 3061e16304
commit a36467ce3c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<a href="#"
hx-get="{{ url }}"
hx-target="#htmx-modal-content"
hx-swap="innerHTML"
hx-select="form"
class="btn btn-red"
data-bs-toggle="modal"
data-bs-target="#htmx-modal"