diff options
author | Nishanth Amuluru | 2011-01-07 14:48:44 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 14:48:44 +0530 |
commit | 3088f0371ca5b86008a2f56daeefbbb42e964a79 (patch) | |
tree | a545dfc78a415e66931b08fab41720e2c2753ad6 | |
parent | 5eb85ee61d9b1c897858910131fda3df89e19a37 (diff) | |
download | pytask-3088f0371ca5b86008a2f56daeefbbb42e964a79.tar.gz pytask-3088f0371ca5b86008a2f56daeefbbb42e964a79.tar.bz2 pytask-3088f0371ca5b86008a2f56daeefbbb42e964a79.zip |
corrected the profile URL
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 523b8f1..133d6e3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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> |