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 %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<blockquote>
|
<div>
|
||||||
{{ object.quote | safe }}
|
{{ object.description | safe }}
|
||||||
</blockquote>
|
</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 %}
|
{% with refs=object.get_reference_links %}
|
||||||
{% if refs %}
|
{% if refs %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue