Skip to content

Commit c37bf9a

Browse files
committed
Clarified the meaning of checked/unchecked boxes in front of the email addresses on the account profile management page.
- Legacy-Id: 9153
1 parent 9e0c178 commit c37bf9a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ietf/templates/registration/edit_profile.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,14 @@ <h1>User information for {{ user.username }}</h1>
9898
{% endfor %}</select></td>
9999
</tr>
100100
{% endfor %}
101+
<tr><th>Email:</th><td ></td><td colspan="2"><i>Active email
102+
addresses are checked, inactive addresses unchecked.<br/>
103+
Inactive addresses will not be used for email delivery from the
104+
datatracker<br/> or in draft aliases; the first one in the list below
105+
will be used instead in that case.</i></td></tr>
101106
{% for email in emails %}
102107
<tr>
103-
<th>{% if forloop.first %}Email:{% endif %}</th>
108+
<th></th>
104109
<td></td>
105110
<td colspan="2">
106111
<input type="checkbox" id="controller_{{email.address}}" name="{{email.address}}" {% if email.active %}checked="checked"{% else %}{% endif %} onchange="style_email(this)"/>

0 commit comments

Comments
 (0)