File tree Expand file tree Collapse file tree
ietf/templates/registration Expand file tree Collapse file tree Original file line number Diff line number Diff 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) "/>
You can’t perform that action at this time.
0 commit comments