moved template to correct place anoop
authornishanth
Fri, 03 Sep 2010 16:31:22 +0530
branchanoop
changeset 244 f0d2036b6613
parent 243 011eac43bea3
child 245 30053a24a92a
moved template to correct place
address_updated.html
templates/address_updated.html
--- a/address_updated.html	Fri Sep 03 16:38:02 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-{% 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 %}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/address_updated.html	Fri Sep 03 16:31:22 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 %}