added quick debug for loan data in books if there

This commit is contained in:
2020-11-18 19:57:04 +11:00
parent 28d67be19e
commit 4ca2183253

View File

@@ -56,5 +56,8 @@
{% if books.sub_book|length %}
<p>sub_book is defined: {{books.sub_book}}</p>
{% endif %}
{% if books.loan|length %}
<p>loan is defined: {{books.loan}}</p>
{% endif %}
{{ books.subs }}
{% endblock main_content %}