-
-
+
+
{% if entry.id in read_book_ids %}{% endif %}
diff --git a/cps/templates/search.html b/cps/templates/search.html
index b63819be1..e88c29744 100644
--- a/cps/templates/search.html
+++ b/cps/templates/search.html
@@ -43,8 +43,8 @@
{% if entry.has_cover is defined %}
-
-
+
+
{% if entry.id in read_book_ids %}{% endif %}
diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html
index 7ee96f7d9..6e4369765 100644
--- a/cps/templates/shelf.html
+++ b/cps/templates/shelf.html
@@ -30,8 +30,8 @@
-
-
+
+
{% if entry.id in read_book_ids %}{% endif %}
diff --git a/cps/templates/shelf_order.html b/cps/templates/shelf_order.html
index fc53a69a1..a5f916294 100644
--- a/cps/templates/shelf_order.html
+++ b/cps/templates/shelf_order.html
@@ -9,9 +9,9 @@
{% if entry['visible'] %}
-
 }})
+
![{{entry['Books']['title']}}]({{ url_for('web.get_cover', book_id=entry['Books']['id']) }})
{% else %}
-
 }})
+
![{{entry['Books']['title']}}]({{ url_for('static', filename='generic_cover.jpg') }})
{% endif %}