Fixes isbn assignment for goodreads
This commit is contained in:
parent
a9622942cd
commit
fb91c33682
4 changed files with 21 additions and 19 deletions
|
@ -125,7 +125,7 @@
|
|||
{{ item.normalized_data.title }}
|
||||
</td>
|
||||
<td>
|
||||
{{ item.isbn }}
|
||||
{{ item.isbn|default:'' }}
|
||||
</td>
|
||||
<td>
|
||||
{{ item.normalized_data.authors }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue