mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 04:28:17 -06:00
Fix display of confirmation form when deleting an object
This commit is contained in:
parent
3061e16304
commit
a36467ce3c
@ -2,6 +2,8 @@
|
|||||||
<a href="#"
|
<a href="#"
|
||||||
hx-get="{{ url }}"
|
hx-get="{{ url }}"
|
||||||
hx-target="#htmx-modal-content"
|
hx-target="#htmx-modal-content"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
hx-select="form"
|
||||||
class="btn btn-red"
|
class="btn btn-red"
|
||||||
data-bs-toggle="modal"
|
data-bs-toggle="modal"
|
||||||
data-bs-target="#htmx-modal"
|
data-bs-target="#htmx-modal"
|
||||||
|
Loading…
Reference in New Issue
Block a user