Now I use next code <input type="hidden" name="next" value="{{ request.get_full_path }}" />
in comments/form.html and after I post a new comment the page with content and comments list refreshes and I should scroll down to see my post. It's not what I exactly want.
I want to stay at the same page after send a post, without refreshing. It's possible?