project/templates/_menu.html
changeset 196 d6b0220e37ab
parent 185 7071ab9a6703
child 206 db5233e2f0cb
--- 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>