# HG changeset patch # User nishanth # Date 1283511028 -19800 # Node ID b29465f479ea41f09bc70b264af4af583e24d7c2 # Parent b706790a1001fe3eba6468f2db59757fb0aab0cc created template for the view diff -r b706790a1001 -r b29465f479ea templates/update_address.html --- /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.as_p}} + +
+{% endblock %}