Put quote in details tag
This commit is contained in:
parent
c5f2b084ec
commit
b0c8aa157f
1 changed files with 11 additions and 4 deletions
|
|
@ -39,11 +39,18 @@
|
|||
{% endif %}
|
||||
</dl>
|
||||
|
||||
<blockquote>
|
||||
{{ object.quote | safe }}
|
||||
</blockquote>
|
||||
<div>
|
||||
{{ object.description | safe }}
|
||||
</div>
|
||||
|
||||
{{ object.description | safe }}
|
||||
{% if object.quote %}
|
||||
<details>
|
||||
<summary>Zitat</summary>
|
||||
<blockquote class="blockquote">
|
||||
{{ object.quote | markdown }}
|
||||
</blockquote>
|
||||
</details>
|
||||
{% endif %}
|
||||
|
||||
{% with refs=object.get_reference_links %}
|
||||
{% if refs %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue