Kaynağa Gözat

fix to book summary display

joel
Simon Bowie 2 yıl önce
ebeveyn
işleme
ef0e6156c1
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet