1 2 3 4 5
<h3>Register</h3> <form action="/accounts/profile/" method="POST"> {% csrf_token %} {{ form.as_p }} <input type="submit" value="Update"> </form>