parent
3493b2b81d
commit
662fdcaa2b
3 changed files with 57 additions and 1 deletions
|
|
@ -62,9 +62,11 @@
|
|||
</form>
|
||||
|
||||
<form method="POST" action="{{ url_for("delete_person", person_id=item.id) }}">
|
||||
<button type="submit" class="btn btn-primary">delete</button>
|
||||
<button type="submit" class="btn btn-primary">delete</button>
|
||||
</form>
|
||||
|
||||
<div><a href="{{ url_for("split_person", person_id=item.id) }}">split person</a></div>
|
||||
|
||||
{% if show_wikidata_matches %}
|
||||
{% if wikidata_hits %}
|
||||
<p>Possible Wikidata matches</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue