Added a link to a user's personal profile page to the personal drop-down menu. Addresses issue #3093.

- Legacy-Id: 18546
This commit is contained in:
Henrik Levkowetz 2020-10-02 12:27:31 +00:00
parent 703a826ddf
commit de8d00cc05

View file

@ -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>