templates/address_updated.html
author Anoop Jacob Thomas<anoop@fossee.in>
Tue, 09 Nov 2010 13:40:41 +0530
branchanoop
changeset 248 73ad1c61bb74
parent 245 30053a24a92a
permissions -rw-r--r--
Fixed a bug.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
243
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     2
{% block title %}
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     3
Address Updated
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     4
{% endblock %}
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     5
{% block content %}
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     6
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
     7
Your name and address have successfully updated to: <br />
245
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
     8
<br />
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
     9
<strong>Name:</strong> {{ user }} <br />
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
    10
<br />
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
    11
<strong>Address:</strong> <br />
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
    12
{{ user.address|linebreaksbr }}
30053a24a92a updated the template
nishanth
parents: 244
diff changeset
    13
<br />
243
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
    14
<br />
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
    15
Your rewards will soon be mailed to you.
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
    16
011eac43bea3 created the new template for saying address is updated.
nishanth
parents:
diff changeset
    17
{% endblock %}