Add the URL in the menu template for registration statistics.
--- a/project/templates/_menu.html Tue Nov 02 22:32:53 2010 +0530
+++ b/project/templates/_menu.html Tue Nov 02 22:35:02 2010 +0530
@@ -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>