From d1b788b61fbfbaa129c7f8d19cea4eeaa154214b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 29 Apr 2021 11:14:20 -0700 Subject: [PATCH] Adds inventaire link to book page --- bookwyrm/templates/book/book.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 97f105bf7..abe501458 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -81,6 +81,9 @@ {% if book.openlibrary_key %}

{% trans "View on OpenLibrary" %}

{% endif %} + {% if book.inventaire_id %} +

{% trans "View on Inventaire" %}

+ {% endif %}