forked from mirrors/bookwyrm
Merge pull request #1533 from bookwyrm-social/fixes-display-identifiers
Fixes book identifiers not displaying
This commit is contained in:
commit
599818dc43
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue