diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 4c23f827..f8571652 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -21,7 +21,7 @@

{{entry.title|shortentitle}}

-

{{entry.authors[0].name}}

+

{{entry.authors[0].name}}

{% if entry.ratings.__len__() > 0 %}
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}