# HG changeset patch # User nishanth # Date 1283512082 -19800 # Node ID 011eac43bea366191b6fc2e20b80ae041bf38de7 # Parent 6826f27064c90c1963c39513ca504cd8b7c68484 created the new template for saying address is updated. diff -r 6826f27064c9 -r 011eac43bea3 address_updated.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/address_updated.html Fri Sep 03 16:38:02 2010 +0530 @@ -0,0 +1,14 @@ +{% extends 'base.html' %} +{% block title %} +Address Updated +{% endblock %} +{% block content %} + +Your name and address have successfully updated to:
+Name: {{ user }} +Address:
+{{ user.address | linebreaksbr }} +
+Your rewards will soon be mailed to you. + +{% endblock %} diff -r 6826f27064c9 -r 011eac43bea3 templates/update_address.html --- a/templates/update_address.html Fri Sep 03 16:33:33 2010 +0530 +++ b/templates/update_address.html Fri Sep 03 16:38:02 2010 +0530 @@ -3,7 +3,7 @@ Update Address {% endblock %} {% block content %} -Please correct name and address +Please correct your name and address
{{form.as_p}}