Merge pull request #1533 from bookwyrm-social/fixes-display-identifiers

Fixes book identifiers not displaying
This commit is contained in:
Mouse Reeve 2021-10-14 16:25:50 -07:00 committed by GitHub
commit 599818dc43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{% spaceless %}
{% load i18n %}
{% if book.isbn13 or book.oclc_number or book.asin %}
{% if book.isbn_13 or book.oclc_number or book.asin %}
<dl>
{% if book.isbn_13 %}
<div class="is-flex">