project/templates/_menu.html
changeset 180 5787f3cb8c01
parent 178 ec36f03fdca4
child 184 889a396bf8b9
--- a/project/templates/_menu.html	Fri Oct 29 15:37:13 2010 +0530
+++ b/project/templates/_menu.html	Fri Oct 29 17:03:15 2010 +0530
@@ -2,6 +2,11 @@
   <ul>
     <li><a href="/{{ params.scope }}/">Home</a></li>
     <li><a href="/{{ params.scope }}/submit-registration/">Registration</a></li>
+        <ul><li>
+          <a href="/{{ params.scope }}/about/fees/">
+            Fees
+          </a>
+        </li></ul>
     <li>
       Talks & CfP
       <ul>
@@ -27,7 +32,7 @@
          -->
         <li>
           <a href="/{{ params.scope }}/talks-cfp/speakers/">
-            Inivited Speakers
+            Invited Speakers
           </a>
         </li>
         {% if user.is_authenticated and user.talk_set.all %}