templates/base.html
changeset 70 a14ec2f09beb
parent 68 624f9fd438e3
child 137 e56b95298254
--- a/templates/base.html	Wed Feb 24 14:47:29 2010 +0530
+++ b/templates/base.html	Wed Feb 24 15:10:03 2010 +0530
@@ -134,6 +134,7 @@
                 <li><a href="/user/notifications/" title="notifications">notifications</a></li>
                 <li><a href="/user/requests/" title="Requests">requests</a></li>
                 <br>
+                <li><a href="/user/view/uid={{user.id}}">my profile</a></li>
                 <li><a href="/accounts/logout/">logout</a></li>
             {% else %}
                 <li><a href="/accounts/login/" title="login">login</a></li>