project/templates/_menu.html
changeset 312 3aa069cc2ae9
parent 311 4f16278c2369
child 313 14b5c173b344
--- 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>