diff options
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 2 |
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> |