[extensions-web] Remove "Settings" from global user menu



commit a952b20f0ce5048573e80657dfc97fb7236f0a70
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 25 06:23:55 2011 -0400

    Remove "Settings" from global user menu
    
    It doesn't exist yet.

 sweettooth/templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index c00f768..671ce46 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -36,7 +36,7 @@ window._SW = function() {
         <div class="user_settings">
           <ul>
             <li><a href="{% url auth-profile user=request.user.username %}">Your profile</a></li>
-            <li><a href="#">Settings</a></li>
+            <!-- <li><a href="#">Settings</a></li> -->
             <li><a href="{% url auth-logout %}">Log out</a></li>
           </ul>
         </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]