author | Anoop Jacob Thomas<anoop@fossee.in> |
Tue, 09 Nov 2010 12:02:42 +0530 | |
branch | anoop |
changeset 246 | 3a32df4b3171 |
parent 245 | 30053a24a92a |
permissions | -rw-r--r-- |
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 | 8 |
<br /> |
9 |
<strong>Name:</strong> {{ user }} <br /> |
|
10 |
<br /> |
|
11 |
<strong>Address:</strong> <br /> |
|
12 |
{{ user.address|linebreaksbr }} |
|
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 %} |