# HG changeset patch # User Madhusudan.C.S # Date 1291049101 -19800 # Node ID 3aa069cc2ae91b96602e4da40c3dd03ccb935998 # Parent 4f16278c2369f8513c17fa8825f3680170dd4d92 Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading. diff -r 4f16278c2369 -r 3aa069cc2ae9 project/templates/_menu.html --- 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 @@
  • Sponsors
  • {% if user.is_staff %}
  • Registration Statistics
  • + {% endif %} + {% if user.is_superuser %}
  • Manage Payments
  • {% endif %}