Merge branch 'main' into frontend-book-cover

This commit is contained in:
Fabien Basmaison
2021-04-30 09:54:42 +02:00
48 changed files with 1378 additions and 352 deletions

View File

@ -80,6 +80,9 @@
{% if book.openlibrary_key %}
<p><a href="https://openlibrary.org/books/{{ book.openlibrary_key }}" target="_blank" rel="noopener">{% trans "View on OpenLibrary" %}</a></p>
{% endif %}
{% if book.inventaire_id %}
<p><a href="https://inventaire.io/entity/{{ book.inventaire_id }}" target="_blank" rel="noopener">{% trans "View on Inventaire" %}</a></p>
{% endif %}
</section>
</div>