summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-11-29 22:15:01 +0530
committerMadhusudan.C.S2010-11-29 22:15:01 +0530
commit0a2e295660285d4bef2fdfb63d92417e421ec420 (patch)
tree49e3f3c411014f5e55177723c9a18657294e3642
parent720bdad3c08af393974976ea38013f40f52aaec5 (diff)
downloadscipycon-0a2e295660285d4bef2fdfb63d92417e421ec420.tar.gz
scipycon-0a2e295660285d4bef2fdfb63d92417e421ec420.tar.bz2
scipycon-0a2e295660285d4bef2fdfb63d92417e421ec420.zip
Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading.
-rw-r--r--project/templates/_menu.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<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>