created the new template for saying address is updated. anoop
authornishanth
Fri, 03 Sep 2010 16:38:02 +0530
branchanoop
changeset 243 011eac43bea3
parent 242 6826f27064c9
child 244 f0d2036b6613
created the new template for saying address is updated.
address_updated.html
templates/update_address.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: <br />
+Name: {{ user }}
+Address:<br />
+{{ user.address | linebreaksbr }}
+<br />
+Your rewards will soon be mailed to you.
+
+{% endblock %}
--- 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 action="" method=post>
 {{form.as_p}}
 <input type=submit value=Submit />