File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
20+ < li > < a href ="/person/{{user.person.name|urlencode }} "> Public profile page</ a > </ li >
2121 < li > < a href ="{%url "ietf.cookies.views.preferences " %}" rel="nofollow "> Preferences</ a > </ li >
2222 < li > < a href ="{%url "ietf.ietfauth.views.apikey_index " %}" rel="nofollow "> API keys</ a > </ li >
2323 < li > < a rel ="nofollow " href ="/accounts/password/ "> Change password</ a > </ li >
6969 < li {%if flavor == "top " %}class ="dropdown-header hidden-xs "{% else %}class ="nav-header "{% endif %} > RFC Editor</ li >
7070 < li > < a href ="{% url "ietf.sync.views.discrepancies " %}"> Sync discrepancies</ a > </ li >
7171 {% endif %}
72- {% if flavor == "top" %}</ ul > {% endif %}
72+ {% if flavor == "top" %}</ ul > {% endif %}
You can’t perform that action at this time.
0 commit comments