Browse Source

fix to book summary display

joel
Simon Bowie 1 year ago
parent
commit
ef0e6156c1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html View File

{{ book['desc'] }} {{ book['desc'] }}
</td> </td>
</tr> </tr>
{% else %}
{% if resource['description'] %}
<tr>
<th>
Summary:
</th>
<td>
{{ resource['description'] }}
</td>
</tr>
{% endif %}
{% endif %} {% endif %}
{% else %} {% else %}
<!-- fields for books from database --> <!-- fields for books from database -->

Loading…
Cancel
Save