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:
Henrik Levkowetz 2018-11-03 10:39:46 +00:00
parent c6eefe0270
commit bd264895f6

View file

@ -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 %}