diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html
index 104cef4d..2ce6067f 100644
--- a/bookwyrm/templates/book/edit/edit_book.html
+++ b/bookwyrm/templates/book/edit/edit_book.html
@@ -1,6 +1,7 @@
{% extends 'layout.html' %}
{% load i18n %}
{% load humanize %}
+{% load utilities %}
{% block title %}{% if book %}{% blocktrans with book_title=book.title %}Edit "{{ book_title }}"{% endblocktrans %}{% else %}{% trans "Add Book" %}{% endif %}{% endblock %}
@@ -75,6 +76,9 @@
{% blocktrans with book_title=match.book_set.first.title %}Author of {{ book_title }}{% endblocktrans %}
+
+ {{ author.existing_isnis|get_isni_bio:match }}
+
{% endfor %}