improve detail view spacing

This commit is contained in:
krmax44 2022-03-16 10:27:08 +01:00
parent 8eff200beb
commit 673d3ec17b
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -113,14 +113,15 @@
{% if object.responsible_publicbody %}
{% if not object.has_recent_foirequest %}
<a href="{{ object.make_request_url }}" target="_blank" class="btn btn-outline-primary btn-sm">
Anfrage zum Vorhaben stellen
</a>
<p>
<a href="{{ object.make_request_url }}" target="_blank" class="btn btn-outline-primary btn-sm">
Anfrage zum Vorhaben stellen
</a>
</p>
{% else %}
{% with foirequest=object.get_recent_foirequest %}
<dt>Anfrage</dt>
<dd>
{% include "foirequest/snippets/request_item_mini.html" with object=foirequest %}
</dd>
{% endwith %}