Skip to content

Commit b76ea5d

Browse files
committed
Merged in [10725] from rcross@amsl.com:
Modify merge notification text. - Legacy-Id: 10742 Note: SVN reference [10725] has been migrated to Git commit 52ec166
2 parents 3c9636e + 52ec166 commit b76ea5d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{% filter wordwrap:73 %}
2+
Dear {{ person.plain_name }},
3+
4+
We have noticed that there are two records in the IETF Datatracker for a person named "{{ person.plain_name }}". These records have been merged.
5+
6+
The merged record is:
7+
8+
Name: {{ person.plain_name }}
9+
Aliases: {{ person.alias_set.all|join:", " }}
10+
Address: {{ person.address }}
11+
Affiliation: {{ person.affiliation }}
12+
User (login): {{ person.user.username }}
13+
14+
Emails:
15+
{% for email in person.email_set.all %}{% if email.active %}{{ email.address }}{% if email.primary %} (primary){% endif %}
16+
{% endif %}{% endfor %}
17+
18+
{% if changes %}Changes of special note:
19+
{{ changes }}{% endif %}
20+
21+
You can make changes to your profile here: https://datatracker.ietf.org/accounts/profile/
22+
23+
Reply to this message if this merge should not have happened, or if it produced an incorrect result that you cannot correct by editing your profile.
24+
25+
Thank You,
26+
The IETF Secretariat
27+
{% endfilter %}

0 commit comments

Comments
 (0)