Skip to content

Commit

Permalink
Added a link to a user's personal profile page to the personal drop-d…
Browse files Browse the repository at this point in the history
…own menu. Addresses issue #3093.

 - Legacy-Id: 18546
  • Loading branch information
levkowetz committed Oct 2, 2020
1 parent 703a826 commit de8d00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/templates/base/menu_user.html
Expand Up @@ -17,6 +17,7 @@
{% if user.is_authenticated %}
<li><a rel="nofollow" href="/accounts/logout/" >Sign out</a></li>
<li><a rel="nofollow" href="/accounts/profile/">Account info</a></li>
<li><a href="/person/{{user.person.name}}">Public profile page</a></li>
<li><a href="{%url "ietf.cookies.views.preferences" %}" rel="nofollow">Preferences</a></li>
<li><a href="{%url "ietf.ietfauth.views.apikey_index" %}" rel="nofollow">API keys</a></li>
<li><a rel="nofollow" href="/accounts/password/">Change password</a></li>
Expand Down

0 comments on commit de8d00c

Please sign in to comment.