moviewyrm/bookwyrm/templates/snippets/authors.html
Mouse Reeve 31a407d74a Use name field only for author name
It feels janky to remove a more granular name designation, but all these
first/last name fields were algorithmically populated by a dubious
process of splitting the name by a space character. If it makes sense to
have first/last name fields, it should be re-added with some
consideration.
2020-12-12 09:53:21 -08:00

2 lines
95 B
HTML

<a href="/author/{{ book.authors.first.id }}" class="author">{{ book.authors.first.name }}</a>