소스 검색

fix to book summary display

joel
Simon Bowie 1 년 전
부모
커밋
ef0e6156c1
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      web/app/templates/book.html

+ 11
- 0
web/app/templates/book.html 파일 보기

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

Loading…
취소
저장