# HG changeset patch # User nishanth # Date 1283511682 -19800 # Node ID f0d2036b661365786cb71910387ef2d5c4651c7a # Parent 011eac43bea366191b6fc2e20b80ae041bf38de7 moved template to correct place diff -r 011eac43bea3 -r f0d2036b6613 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:
-Name: {{ user }} -Address:
-{{ user.address | linebreaksbr }} -
-Your rewards will soon be mailed to you. - -{% endblock %} diff -r 011eac43bea3 -r f0d2036b6613 templates/address_updated.html --- /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:
+Name: {{ user }} +Address:
+{{ user.address | linebreaksbr }} +
+Your rewards will soon be mailed to you. + +{% endblock %}