diff --git a/templates/books.html b/templates/books.html index f7cab79..1aae003 100644 --- a/templates/books.html +++ b/templates/books.html @@ -40,7 +40,7 @@ {% endif %} {% for auth in book.bals %} - {{ auth.author.surname}}, {{auth.author.firstnames}} + {{auth.author.surname}}, {{auth.author.firstnames}} {% endfor %} {% if not InDBox %}