diff --git a/cps/templates/author.html b/cps/templates/author.html index b011bae8e..d82b2ebdf 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -36,8 +36,8 @@
- - + + {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/discover.html b/cps/templates/discover.html index f6d8207d2..74448b980 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -8,8 +8,8 @@
{% if entry.has_cover is defined %} - - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} diff --git a/cps/templates/grid.html b/cps/templates/grid.html index 88421c06b..5de80caf8 100644 --- a/cps/templates/grid.html +++ b/cps/templates/grid.html @@ -27,8 +27,8 @@
- - {{ entry[0].name }} + + {{ entry[0].name }} {{entry.count}} diff --git a/cps/templates/index.html b/cps/templates/index.html index dabcd8dae..df2766384 100644 --- a/cps/templates/index.html +++ b/cps/templates/index.html @@ -8,8 +8,8 @@
- - {{ entry.title }} + + {{ entry.title }} {% if entry.id in read_book_ids %}{% endif %} @@ -85,8 +85,8 @@
- - {{ entry.title }} + + {{ entry.title }} {% 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 %} - - {{ entry.title }} + + {{ entry.title }} {% 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 @@
- - {{ entry.title }} + + {{ entry.title }} {% 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 @@