diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index b6e50b530..438c1437b 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -56,21 +56,21 @@ {% if book.isbn_13 %} - + {% trans "ISBN:" %} {{ book.isbn_13 }} {% endif %} {% if book.oclc_number %} - + {% trans "OCLC Number:" %} {{ book.oclc_number }} {% endif %} {% if book.asin %} - + {% trans "ASIN:" %} {{ book.asin }}