Commit a3ae97a5 authored by OzzieIsaacs's avatar OzzieIsaacs

Fix #1574 (author name not shown in change book order in shelfs)

parent b9c0f2a3
......@@ -17,7 +17,7 @@
{{entry['series_index']}} - {{entry['series'][0].name}}
{% endif %}
<br>
{% for author in entry['authors'] %}
{% for author in entry['author'] %}
{{author.name.replace('|',',')}}
{% if not loop.last %}
&amp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment