mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
Fix #1574 (author name not shown in change book order in shelfs)
This commit is contained in:
parent
f2add3f788
commit
ed8275a20b
@ -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 %}
|
||||
&
|
||||
|
Loading…
Reference in New Issue
Block a user