diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 3d79bed85..104cef4df 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -50,39 +50,33 @@
{% for author in author_matches %} - {% if author.isni_matches %}
- {% blocktrans with name=author.name %}Is "{{ name }}" one of these?{% endblocktrans %} + {% blocktrans with name=author.name %}Is "{{ name }}" one of these authors?{% endblocktrans %} {% with forloop.counter0 as counter %} - {% for match in author.isni_matches %} -
- {% endif %} -
- - {% blocktrans with name=author.name %}Is "{{ name }}" an existing author?{% endblocktrans %} - - {% with forloop.counter0 as counter %} + {% endif %} {% for match in author.matches %} -