1
0
Fork 0

Handle uploaded CSV and match to openlibrary titles.

This commit is contained in:
Adam Kelly 2020-03-25 12:29:21 +00:00
parent 2188371f44
commit ce446d57fc
4 changed files with 68 additions and 44 deletions

View file

@ -18,8 +18,7 @@
<ul>
{% for book in failures %}
<li>
{{ book.Title }}
{{ book.Author }}
{{ book }}
</li>
{% endfor %}
</ul>