Skip to content

Commit 2a6d6b6

Browse files
committed
Updated the nomcom reference from 3777 to 7437 on the profile edit page.
- Legacy-Id: 15597
1 parent 977b3ca commit 2a6d6b6

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

ietf/templates/registration/edit_profile.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,20 @@ <h1>Profile for {{ user.username }}</h1>
9494
<label class="col-sm-2 control-label">Nomcom Eligible</label>
9595
<div class="col-sm-1 form-control-static">{{person|is_nomcom_eligible|yesno:'Yes,No,No'}}</div>
9696
<div class="col-sm-9">
97-
<p class="alert alert-info form-control-static ">This calculation is EXPERIMENTAL.<br/>If you believe it is incorrect, make sure you've added all the email addresses you've registered for IETF meetings with to the list below.<br/>If you've done so and the calculation is still incorrect, please send a note to <a href="mailto:{{settings.SECRETARIAT_TICKET_EMAIL}}">{{settings.SECRETARIAT_TICKET_EMAIL}}</a>.<br/>See <a href="{% url 'ietf.doc.views_doc.document_main' name='rfc3777' %}">RFC 3777</a> for eligibility requirements.</p>
97+
<p class="alert alert-info form-control-static ">
98+
This calculation is EXPERIMENTAL.<br/>
99+
100+
If you believe it is incorrect, make sure you've added all the
101+
email addresses you've registered for IETF meetings with to the
102+
list below.<br/>
103+
104+
If you've done so and the calculation is still incorrect, please
105+
send a note to
106+
<a href="mailto:{{settings.SECRETARIAT_TICKET_EMAIL}}">{{settings.SECRETARIAT_TICKET_EMAIL}}</a>.<br/>
107+
See <a href="{% url 'ietf.doc.views_doc.document_main' name='rfc7437'%}">RFC 7437</a>
108+
for eligibility requirements.
109+
110+
</p>
98111
</div>
99112
</div>
100113

0 commit comments

Comments
 (0)