Skip to content

Commit de8d00c

Browse files
committed
Added a link to a user's personal profile page to the personal drop-down menu. Addresses issue ietf-tools#3093.
- Legacy-Id: 18546
1 parent 703a826 commit de8d00c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/base/menu_user.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{% if user.is_authenticated %}
1818
<li><a rel="nofollow" href="/accounts/logout/" >Sign out</a></li>
1919
<li><a rel="nofollow" href="/accounts/profile/">Account info</a></li>
20+
<li><a href="/person/{{user.person.name}}">Public profile page</a></li>
2021
<li><a href="{%url "ietf.cookies.views.preferences" %}" rel="nofollow">Preferences</a></li>
2122
<li><a href="{%url "ietf.ietfauth.views.apikey_index" %}" rel="nofollow">API keys</a></li>
2223
<li><a rel="nofollow" href="/accounts/password/">Change password</a></li>

0 commit comments

Comments
 (0)