diff options
author | Madhusudan.C.S | 2010-11-02 22:35:02 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-02 22:35:02 +0530 |
commit | b81a7c5bd3855c98388f52b85bd9e15618134b75 (patch) | |
tree | 606504ab5846cffab837180f3b52b4967bfea6e7 /project/templates/_menu.html | |
parent | 34ad0ece43dd6c3ad01fc4d3fccec5c0f024ed94 (diff) | |
download | scipycon-b81a7c5bd3855c98388f52b85bd9e15618134b75.tar.gz scipycon-b81a7c5bd3855c98388f52b85bd9e15618134b75.tar.bz2 scipycon-b81a7c5bd3855c98388f52b85bd9e15618134b75.zip |
Add the URL in the menu template for registration statistics.
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 2 |
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> |