Put quote in details tag

This commit is contained in:
Stefan Wehrmeyer 2022-02-28 13:03:31 +01:00
parent c5f2b084ec
commit b0c8aa157f

View file

@ -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 %}