Added manage payment URL to left sidebar and made accessible only to site admins.
--- 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>