diff --git a/ram/portal/templates/bookshelf/book.html b/ram/portal/templates/bookshelf/book.html index 8ff4c31..1377383 100644 --- a/ram/portal/templates/bookshelf/book.html +++ b/ram/portal/templates/bookshelf/book.html @@ -115,7 +115,7 @@ - {% if book_properties %} + {% if properties %} @@ -123,7 +123,7 @@ - {% for p in book_properties %} + {% for p in properties %}
{{ p.property }} {{ p.value }}