Remove unused templatetags
This commit is contained in:
parent
2b710c44e4
commit
3e65d53305
3 changed files with 3 additions and 31 deletions
|
@ -1,7 +1,6 @@
|
|||
{% load fr_display %}
|
||||
{% if book.description %}
|
||||
<blockquote class="content">{{ book.description | description }}</blockquote>
|
||||
<blockquote class="content">{{ book.description }}</blockquote>
|
||||
{% elif book.parent_work.description %}
|
||||
<blockquote>{{ book.parent_work.description | description }}</blockquote>
|
||||
<blockquote>{{ book.parent_work.description }}</blockquote>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue