templates/update_address.html
author nishanth
Fri, 03 Sep 2010 16:38:02 +0530
branchanoop
changeset 243 011eac43bea3
parent 240 b29465f479ea
permissions -rw-r--r--
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 %}