diff --git a/books/templates/books/review_detail.html b/books/templates/books/review_detail.html index ae593fe3..9f294ca1 100644 --- a/books/templates/books/review_detail.html +++ b/books/templates/books/review_detail.html @@ -35,9 +35,6 @@
{{ review.title }} - - {{ book.get_source_site_display }} -
{% if review.is_private %}
-
{{ book.title }}
+
+ {{ book.title }} + + {{ book.get_source_site_display }} + +
{% if book.isbn %}
ISBN: {{ book.isbn }}