summaryrefslogtreecommitdiff
path: root/project/templates/_menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r--project/templates/_menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html
index 7bc94f9..eef3864 100644
--- a/project/templates/_menu.html
+++ b/project/templates/_menu.html
@@ -72,7 +72,7 @@
<li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
<li><a href="/{{ params.scope }}/organizers/">Organizers</a></li>
{% if user.is_staff %}
- <li><a href="/{{ params.scope }}/howto/">HowTo</a></li>
+ <li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
{% endif %}
</ul>
</div>