Updated the nomcom reference from 3777 to 7437 on the profile edit page.

- Legacy-Id: 15597
This commit is contained in:
Henrik Levkowetz 2018-10-18 09:48:14 +00:00
parent 977b3ca74a
commit 2a6d6b6417

View file

@ -94,7 +94,20 @@
<label class="col-sm-2 control-label">Nomcom Eligible</label>
<div class="col-sm-1 form-control-static">{{person|is_nomcom_eligible|yesno:'Yes,No,No'}}</div>
<div class="col-sm-9">
<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>
<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='rfc7437'%}">RFC 7437</a>
for eligibility requirements.
</p>
</div>
</div>