Pārlūkot izejas kodu

fix to book summary display

joel
Simon Bowie pirms 1 gada
vecāks
revīzija
ef0e6156c1
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt