diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html index bf2c8f3f..0d7d102d 100644 --- a/bookwyrm/templates/author/author.html +++ b/bookwyrm/templates/author/author.html @@ -23,114 +23,128 @@ -
- - {% trans "Wikipedia" %} - -
- {% endif %} - - {% if author.isni %} -- - {% trans "View ISNI record" %} - -
- {% endif %} - - {% if author.openlibrary_key %} -- - {% trans "View on OpenLibrary" %} - - {% if request.user.is_authenticated and perms.bookwyrm.edit_book %} -
+ {% if links %} ++ + {% trans "Wikipedia" %} + +
{% endif %} - - {% endif %} - {% if author.inventaire_id %} -- - {% trans "View on Inventaire" %} - - {% if request.user.is_authenticated and perms.bookwyrm.edit_book %} -
+ {% if author.isni %} ++ + {% trans "View ISNI record" %} + +
{% endif %} - - {% endif %} - {% if author.librarything_key %} -- - {% trans "View on LibraryThing" %} - -
- {% endif %} + {% if author.openlibrary_key %} ++ + {% trans "View on OpenLibrary" %} + + {% if request.user.is_authenticated and perms.bookwyrm.edit_book %} +
+ {% endif %} + + {% endif %} - {% if author.goodreads_key %} - - {% endif %} -+ + {% trans "View on Inventaire" %} + + {% if request.user.is_authenticated and perms.bookwyrm.edit_book %} +
+ {% endif %} + + {% endif %} + + {% if author.librarything_key %} + + {% endif %} + + {% if author.goodreads_key %} + + {% endif %} +