allow author to be a link

This commit is contained in:
2023-07-04 23:00:08 +10:00
parent 0d48053a6d
commit caf65be74c

View File

@@ -40,7 +40,7 @@
{% endif %}
<td>
{% for auth in book.bals %}
{{ auth.author.surname}}, {{auth.author.firstnames}}
<a href="/author/{{auth.author.id}}">{{auth.author.surname}}, {{auth.author.firstnames}}</a>
{% endfor %}
</td>
{% if not InDBox %}