I’m new with Django and python. I have a problem. Is there a way, after click enter button to be redirected to the same change_form page without being passed to change_list page by Django? This is the UI that I mean:

(enter button in under all fieldset)
Hope you can understand what i mean and give me some responses. Thank you :).
Change the submit_line.html template
I’ve changed:
to:
which will cause the default save-button to act as the save-and-continue-button.
this stackoverflow-question or the django documentation may help you to change the submit_line-template correctly
complete “submit_line.html”: