mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 15:47:46 -06:00
4 lines
230 B
HTML
4 lines
230 B
HTML
<button type="submit" name="_delete" {% formaction %}="{{ url }}{% if return_url %}?return_url={{ return_url }}{% endif %}" class="btn btn-red">
|
|
<i class="mdi mdi-trash-can-outline" aria-hidden="true"></i> {{ label }}
|
|
</button>
|