diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index a8c52ce8..a81538e1 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -22,9 +22,14 @@
{{entry.title|shortentitle}}
- {% if entry.authors|length > 0 %} - - {% endif %} ++ {% for author in entry.authors %} + {{author.name}} + {% if not loop.last %} + & + {% endif %} + {% endfor %} +
{% if entry.ratings.__len__() > 0 %}