0

in my Django admin interface if I delete something it leads to default Django admin deletion page. In that page under objects category can we delete any object message or make changes in it? I have provided with the image!! enter image description here

Sahil Suri
  • 33
  • 8

1 Answers1

1

You should override Django admin delete_selected_confirmation.html template (source) by following documentation

iklinac
  • 14,944
  • 4
  • 28
  • 30