From 7371803184b4fcb1e62f2ea6b16c173f2ac0ee78 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sun, 4 Feb 2018 07:37:40 +0100 Subject: [PATCH] Fix for #444 --- cps/templates/discover.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)) %}