author | nishanth |
Fri, 03 Sep 2010 16:20:28 +0530 | |
branch | anoop |
changeset 240 | b29465f479ea |
parent 239 | b706790a1001 |
child 241 | ac1f13b2b3dc |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/update_address.html Fri Sep 03 16:20:28 2010 +0530 @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% block title %} +Update Address +{% endblock %} +{% block content %} +Please correct name and address +<form action="" method=post> +{{form.as_p}} +<input type=submit value=Submit /> +</form> +{% endblock %}