From ed8275a20bc59c892cc611b6d06d1a3eedfa1f50 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 22 Aug 2020 15:35:21 +0200 Subject: [PATCH] Fix #1574 (author name not shown in change book order in shelfs) --- cps/templates/shelf_order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/shelf_order.html b/cps/templates/shelf_order.html index 84fb0208..005f663c 100644 --- a/cps/templates/shelf_order.html +++ b/cps/templates/shelf_order.html @@ -17,7 +17,7 @@ {{entry['series_index']}} - {{entry['series'][0].name}} {% endif %}
- {% for author in entry['authors'] %} + {% for author in entry['author'] %} {{author.name.replace('|',',')}} {% if not loop.last %} &