corrected the profile URL
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 14:48:44 +0530
changeset 57 cfa5c3fd2ddd
parent 56 5aca9d92ccbb
child 58 f82fb4914cdf
corrected the profile URL
templates/base.html
--- a/templates/base.html	Fri Jan 07 14:37:45 2011 +0530
+++ b/templates/base.html	Fri Jan 07 14:48:44 2011 +0530
@@ -32,7 +32,7 @@
                 {% endif %}
                 </a></li>
                 <br>
-                <li><a href="/user/view/uid={{user.id}}">my profile</a></li>
+                <li><a href="/profile/view">profile</a></li>
                 <li><a href="/accounts/logout/">logout</a></li>
             {% else %}
                 <li><a href="/accounts/login/" title="login">login</a></li>