Is there any functionality in admin site that allow to implement for every add/change form cancel button, that redirects me to list of that form objects. I mean some general solution for any form.
Is there any functionality in admin site that allow to implement for every add/change
Share
Add
admin/submit_line.htmlin your project’stemplatesdirectory. Use the code from the default submit_line.html, and add your cancel button. You can link it to just “../” to make it always just go up one level. Then do any necessary CSS styling to make it look right.