We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1502efb commit a05111aCopy full SHA for a05111a
1 file changed
ietf/templates/registration/index.html
@@ -10,7 +10,7 @@ <h1>Account Management</h1>
10
<b>You can:</b>
11
<ul>
12
{% if user.username %}
13
- <li><a href="/accounts/profile/">See your profile</a></li>
+ <li><a href="/accounts/profile/">View and edit your profile</a></li>
14
{% else %}
15
<li><a href="/accounts/login/">Sign in</a></li>
16
{% endif %}
0 commit comments