Handle uploaded CSV and match to openlibrary titles.
This commit is contained in:
parent
2188371f44
commit
ce446d57fc
4 changed files with 68 additions and 44 deletions
|
@ -18,8 +18,7 @@
|
|||
<ul>
|
||||
{% for book in failures %}
|
||||
<li>
|
||||
{{ book.Title }}
|
||||
{{ book.Author }}
|
||||
{{ book }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue