blob: da3b81e70e882ed8cdd822e36ea5c1d89b067869 (
plain) (
tree)
|
|
<!- TODO improve the handling of this and make it htmx ->
<form method="post">
{% csrf_token %}
<p>Are you sure you want to delete "{{ object }}"?</p>
{{ form }}
<input type="submit" value="Confirm">
</form>
|