use dl for quote and description
This commit is contained in:
parent
63e8bbb5a2
commit
0b98d22569
1 changed files with 33 additions and 29 deletions
|
|
@ -49,12 +49,13 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col col-12 col-md-7 col-lg-8 order-md-2 offset-lg-1">
|
||||
<dl>
|
||||
{% if object.quote %}
|
||||
<h2 class="h6">Ausschnitt aus dem Koalitionsvertrag</h2>
|
||||
<dt>Ausschnitt aus dem Koalitionsvertrag</dt>
|
||||
<dd>
|
||||
<blockquote>
|
||||
{{ object.quote | addquotes | markdown }}
|
||||
</blockquote>
|
||||
{% endif %}
|
||||
{% with refs=object.get_reference_links %}
|
||||
{% if refs %}
|
||||
<p>
|
||||
|
|
@ -73,13 +74,16 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
</dd>
|
||||
|
||||
{% if object.description %}
|
||||
<div class="mt-5">
|
||||
<h2 class="h6">Unsere Einschätzung</h2>
|
||||
{{ object.description | safe }}
|
||||
<dt>Unsere Einschätzung</dt>
|
||||
<dd>{{ object.description | safe }}</dd>
|
||||
</div>
|
||||
{% endif %}
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col col-12 col-md-5 col-lg-3 mt-5 mt-md-0">
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue