project/templates/_menu.html
changeset 311 4f16278c2369
parent 301 49b56af22f04
child 312 3aa069cc2ae9
--- a/project/templates/_menu.html	Mon Nov 29 21:16:22 2010 +0530
+++ b/project/templates/_menu.html	Mon Nov 29 22:12:15 2010 +0530
@@ -97,6 +97,7 @@
     <li><a href="/{{ params.scope }}/about/sponsors/">Sponsors</a></li>
     {% if user.is_staff %}
     <li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
+    <li><a href="/{{ params.scope }}/manage_payments/">Manage Payments</a></li>
     {% endif %}
   </ul>
 </div>