added quick debug for loan data in books if there
This commit is contained in:
@@ -56,5 +56,8 @@
|
|||||||
{% if books.sub_book|length %}
|
{% if books.sub_book|length %}
|
||||||
<p>sub_book is defined: {{books.sub_book}}</p>
|
<p>sub_book is defined: {{books.sub_book}}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if books.loan|length %}
|
||||||
|
<p>loan is defined: {{books.loan}}</p>
|
||||||
|
{% endif %}
|
||||||
{{ books.subs }}
|
{{ books.subs }}
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user