created the new template for saying address is updated.
{% extends 'base.html' %}
{% block title %}
Update Address
{% endblock %}
{% block content %}
Please correct your name and address
<form action="" method=post>
{{form.as_p}}
<input type=submit value=Submit />
</form>
{% endblock %}