converted over to bal from author, and fixed up the way sub books / series interact

This commit is contained in:
2023-07-01 14:26:36 +10:00
parent 90792728b3
commit 6cef2e0d9c
5 changed files with 230 additions and 92 deletions

View File

@@ -39,8 +39,8 @@
<td data-sort="{{book.id}}"><a href="/book/{{book.id}}">{{book.title}}</a></td>
{% endif %}
<td>
{% for auth in book.author %}
{{ auth['surname'] }}, {{auth['firstnames']}}
{% for auth in book.bals %}
{{ auth.author.surname}}, {{auth.author.firstnames}}
{% endfor %}
</td>
{% if not InDBox %}