{% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block subtitle %} - Merge Nominee Records {% endblock %} {% block nomcom_content %} {% origin %}

Merge Nominee Records

The nomination system encourages the community to nominate people by selecting their email address from the set of addresses the tracker already knows. In order to allow a person who does not yet have a datatracker account to be nominated, the system also provides a way for the community to nominate people with a new, previously unknown email address.

Occasionally, this results in multiple Nominee records which are associated with the same person, but using different email addresses. In this case, the form to Request Merge of Person Records cannot be use, since it is the nominee records, not the person records which needs to be merged. When this happens, you can use this form to merge the Nominee records.

{% if form %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %} {% block js %} {{ form.media.js }} {% endblock %}