author | Anoop Jacob Thomas<anoop@fossee.in> |
Tue, 09 Nov 2010 13:40:41 +0530 | |
branch | anoop |
changeset 248 | 73ad1c61bb74 |
parent 243 | 011eac43bea3 |
permissions | -rw-r--r-- |
240 | 1 |
{% extends 'base.html' %} |
2 |
{% block title %} |
|
3 |
Update Address |
|
4 |
{% endblock %} |
|
5 |
{% block content %} |
|
243
011eac43bea3
created the new template for saying address is updated.
nishanth
parents:
240
diff
changeset
|
6 |
Please correct your name and address |
240 | 7 |
<form action="" method=post> |
8 |
{{form.as_p}} |
|
9 |
<input type=submit value=Submit /> |
|
10 |
</form> |
|
11 |
{% endblock %} |