rename main code directory
This commit is contained in:
parent
b42faad556
commit
f77c156733
199 changed files with 0 additions and 0 deletions
7
bookwyrm/templates/snippets/book_description.html
Normal file
7
bookwyrm/templates/snippets/book_description.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% load fr_display %}
|
||||
{% if book.description %}
|
||||
<blockquote>{{ 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