From 25858ed3aa5da7e9f41281d9590faff31fe8e29a Mon Sep 17 00:00:00 2001
From: Joachim
Date: Mon, 24 May 2021 12:51:41 +0200
Subject: [PATCH] Added LibraryThing and Goodreads links
---
bookwyrm/templates/author/author.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html
index 1d317492f..9b3c637e3 100644
--- a/bookwyrm/templates/author/author.html
+++ b/bookwyrm/templates/author/author.html
@@ -76,6 +76,22 @@
{% endif %}
+
+ {% if author.librarything_key %}
+
+
+ {% trans "View on LibraryThing" %}
+
+
+ {% endif %}
+
+ {% if author.goodreads_key %}
+
+
+ {% trans "View on Goodreads" %}
+
+
+ {% endif %}
{% endif %}