mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-30 10:58:09 +00:00
Show all authors
This commit is contained in:
parent
be43e0772c
commit
3649642653
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
<a href="/author/{{ book.authors.first.id }}" class="author">{{ book.authors.first.name }}</a>
|
{% for author in book.authors.all %}<a href="/author/{{ author.id }}" class="author">{{ author.name }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue