[Fixed]-Django admin – fetch fields from form on delete

1👍

You can try to use delete_confirmation_template to display the form with comment field on confirmation page and process it in delete_view.

Also it would be more consistent than having the delete comment field in base form.

👤alTus

Leave a comment