diff options
author | Madhusudan.C.S | 2009-11-11 16:03:10 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 16:03:10 +0530 |
commit | 40db415007febd59b956ce6bcbbaa87b8ec5636b (patch) | |
tree | 7531a96ea3c1ce0fabfbde6395f33d58d1ecccf1 | |
parent | 3593287c3c7769dbbc0facd7fa87659e50bbc901 (diff) | |
download | scipycon-40db415007febd59b956ce6bcbbaa87b8ec5636b.tar.gz scipycon-40db415007febd59b956ce6bcbbaa87b8ec5636b.tar.bz2 scipycon-40db415007febd59b956ce6bcbbaa87b8ec5636b.zip |
Removed link to invoice on edit profile page.
-rw-r--r-- | project/templates/user/account.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html index 3a5302e..2862196 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -80,12 +80,6 @@ requirements.</p> <p> <a href="/edit-registration/{{ registration.id }}/" title="Edit">Edit Registration</a> - {% if registration.sponsor %} - {% else %} - | <a href="/invoice/" - title="Your invoice (html)">Your invoice (html)</a> (<a href="/pdf_invoice/" - title="Your invoice (pdf)">pdf</a>)</p> - {% endif %} </p> </div> {% endif %} |