Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading.
--- a/project/templates/_menu.html Mon Nov 29 22:12:15 2010 +0530
+++ b/project/templates/_menu.html Mon Nov 29 22:15:01 2010 +0530
@@ -97,6 +97,8 @@
<li><a href="/{{ params.scope }}/about/sponsors/">Sponsors</a></li>
{% if user.is_staff %}
<li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
+ {% endif %}
+ {% if user.is_superuser %}
<li><a href="/{{ params.scope }}/manage_payments/">Manage Payments</a></li>
{% endif %}
</ul>