<form method="POST">     {% csrf_token %}     {{ form }}     <input type="hidden" name="next" value="{{ request.path }}">     <button type="submit">Let's Go</button> </form> 

Read more of this post