Removed link to invoice on edit profile page.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 11 Nov 2009 16:03:10 +0530
changeset 28 09032925ad9d
parent 27 1d772726c9d7
child 29 32b000ad43b9
Removed link to invoice on edit profile page.
project/templates/user/account.html
--- a/project/templates/user/account.html	Wed Nov 11 15:59:32 2009 +0530
+++ b/project/templates/user/account.html	Wed Nov 11 16:03:10 2009 +0530
@@ -80,12 +80,6 @@
 <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 %}