templates/update_address.html
branchanoop
changeset 240 b29465f479ea
child 243 011eac43bea3
--- /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 %}