Default view is now latest sandwich's month's sandwiches. Fixed other minor things.
[~kgodey/maayanwich.git] / templates / base.html
index 2c15dee..b12c087 100644 (file)
@@ -9,9 +9,8 @@
                                <h1 class="header">Ma'ayanwich Tracker</h1>
                        </div>
                        <div id="sidebar">
-                               <h3 class="navtitle">NAVIGATION</h3>
+                               <h3 class="navtitle">ACCOUNT</h3>
                                <ul class="nav">
-                                       <li><a href="http://127.0.0.1:8000/sandwich/all/" class="navlink">All sandwiches</a></li>
                                        {% if user.is_authenticated %}
                                                <li><a href="http://127.0.0.1:8000/sandwich/add/" class="navlink">Add sandwich</a></li>
                                                <li><a href="http://127.0.0.1:8000/logout/" class="navlink">Logout</a></li>
                                                <li><a href="{{ s.get_absolute_url }}">{{ s.adjective }}</a></li>
                                        {% endfor %}
                                </ul>
-                               <h3 class="navtitle">BY MONTH</h3>
+                               <h3 class="navtitle">SANDWICHES</h3>
                                <ul class="newest">
                                        <li>January 2010</li>
                                        <li>February 2010</li>
                                        <li>To be done.</li>
                                </ul>
+                               <ul class="newest">
+                                       <li><a href="http://127.0.0.1:8000/sandwich/all/" class="navlink">All sandwiches</a></li>
+                               </ul>
                        </div>
                        <div id="content">
                                {% block content %}