+ 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 %}
+
+ {% endif %}
+
+{% endblock %}
+
+{% block js %}
+
+
+{% endblock %}
diff --git a/ietf/templates/nomcom/private_merge.html b/ietf/templates/nomcom/private_merge_person.html
similarity index 81%
rename from ietf/templates/nomcom/private_merge.html
rename to ietf/templates/nomcom/private_merge_person.html
index fce825ec2..c1d95eca4 100644
--- a/ietf/templates/nomcom/private_merge.html
+++ b/ietf/templates/nomcom/private_merge_person.html
@@ -10,11 +10,11 @@
{% endblock %}
-{% block subtitle %} - Request Nominee Merge {% endblock %}
+{% block subtitle %} - Request Merge of Person Records {% endblock %}
{% block nomcom_content %}
{% origin %}
-
Request Nominee Merge
+
Request Merge of Person Records
The nomination system encourages the community to nominate people by selecting
@@ -33,6 +33,13 @@
for verifying that the addresses both belong to the same person, and a tool that
can correct the relevant data.
+
+ On the other hand, if you have multiple Nominee records which refer to the same Person
+ record, rather than to different Person records for the same individual, you should
+ use the
+ Merge Nominee Records
+ form, not this form.
+