Explorar el Código

fix to book summary display

joel
Simon Bowie hace 1 año
padre
commit
ef0e6156c1
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      web/app/templates/book.html

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

@@ -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 -->

Cargando…
Cancelar
Guardar