summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/base.html2
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>