Skip to content

Commit bd26489

Browse files
committed
It need not be an error to find duplicate person records, such as for instance for 'Matt Larson'. Took out the statement in the profile template that this is an error.
- Legacy-Id: 15704
1 parent c6eefe0 commit bd26489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% origin %}
1313
{% if persons|length > 1 %}
1414
<div class="col-md-12">
15-
<h4>Duplicate person records found. This is an error. Showing all:</h4>
15+
<h4>Duplicate person records found. Showing all:</h4>
1616
<hr>
1717
</div>
1818
{% endif %}

0 commit comments

Comments
 (0)