added quick debug for loan data in books if there
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user