From a3ae97a5a31b8a1dde29a64b886dce55771fd829 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 22 Aug 2020 15:37:40 +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 %} &