Ver código fonte

fix to book summary display

joel
Simon Bowie 1 ano atrás
pai
commit
ef0e6156c1
1 arquivos alterados com 11 adições e 0 exclusões
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html Ver arquivo

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

Carregando…
Cancelar
Salvar