moviewyrm/bookwyrm/templates/snippets/authors.html

2 lines
157 B
HTML
Raw Normal View History

2020-12-17 23:14:52 +00:00
{% for author in book.authors.all %}<a href="/author/{{ author.id }}" class="author">{{ author.name }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}