I need to add a confirmation window on admin change model submit "save". Smth like this: "Do you really want to apply changes? Yes/No". I need it only for one model and only if the changed model satisfy the other conditions. I can`t override django template for one model cause of using django-admin-tool. How can i do this ?
Asked
Active
Viewed 2,272 times
3
-
This might help [http://stackoverflow.com/a/10219127/3279554] – Pavan May 05 '16 at 06:55