diff --git a/cps/templates/discover.html b/cps/templates/discover.html index 53d73168..eab709f6 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -15,7 +15,14 @@

{{entry.title|shortentitle}}

-

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

+

+ {% for author in entry.authors %} + {{author.name.replace('|',',')}} + {% if not loop.last %} + & + {% endif %} + {% endfor %} +

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