Parcourir la source

fix to book summary display

joel
Simon Bowie il y a 2 ans
Parent
révision
ef0e6156c1
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html Voir le fichier

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

Chargement…
Annuler
Enregistrer