[Answered ]-Django – reload only body page using block not refresh whole page

2👍

You need javascript AJAX api to get the content and change the html content using javascript DOM api if you need “without reload” function.

Django or any application server or http webserver works in a
request-response way, when a response is returned to the browser, the
server has no control to the client.

Leave a comment