Add the URL in the menu template for registration statistics.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 02 Nov 2010 22:35:02 +0530
changeset 196 d6b0220e37ab
parent 195 ec3f4b2e8d37
child 197 44f63728e9fa
child 235 62f1cb02cb88
Add the URL in the menu template for registration statistics.
project/templates/_menu.html
--- 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>