From 0a2e295660285d4bef2fdfb63d92417e421ec420 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 29 Nov 2010 22:15:01 +0530 Subject: Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading. --- project/templates/_menu.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/templates') diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 8af0d39..3e90d86 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -97,6 +97,8 @@
  • Sponsors
  • {% if user.is_staff %}
  • Registration Statistics
  • + {% endif %} + {% if user.is_superuser %}
  • Manage Payments
  • {% endif %} -- cgit