Book page and review form
This commit is contained in:
parent
32f305e285
commit
61fa15a0c2
6 changed files with 96 additions and 62 deletions
|
@ -1,6 +1,6 @@
|
|||
{% load fr_display %}
|
||||
{% if book.description %}
|
||||
<blockquote>{{ book.description | description }}</blockquote>
|
||||
<blockquote class="content">{{ book.description | description }}</blockquote>
|
||||
{% elif book.parent_work.description %}
|
||||
<blockquote>{{ book.parent_work.description | description }}</blockquote>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue