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
This commit is contained in:
parent
c6eefe0270
commit
bd264895f6
|
@ -12,7 +12,7 @@
|
|||
{% origin %}
|
||||
{% if persons|length > 1 %}
|
||||
<div class="col-md-12">
|
||||
<h4>Duplicate person records found. This is an error. Showing all:</h4>
|
||||
<h4>Duplicate person records found. Showing all:</h4>
|
||||
<hr>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue