This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
expub_compendium
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix to book summary display
joel
Simon Bowie
2 years ago
parent
376b6c1ef9
commit
ef0e6156c1
1 changed files
with
11 additions
and
0 deletions
Split View
Show Diff Stats
+11
-0
web/app/templates/book.html
+ 11
- 0
web/app/templates/book.html
View File
@@ -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 -->
Write
Preview
Loading…
Cancel
Save