diff --git a/templates/book.html b/templates/book.html index 2a184c7..f9fc424 100644 --- a/templates/book.html +++ b/templates/book.html @@ -106,9 +106,9 @@ {% endif %} {% if books.loan|length %}
-
-
Loaned to
-
+
+
Loaned to
+
{{books.loan[0].firstnames}} {{books.loan[0].surname}}

When: {{books.loan[0].date_lent}}