improve detail view spacing
This commit is contained in:
parent
8eff200beb
commit
673d3ec17b
1 changed files with 5 additions and 4 deletions
|
|
@ -113,14 +113,15 @@
|
||||||
|
|
||||||
{% if object.responsible_publicbody %}
|
{% if object.responsible_publicbody %}
|
||||||
{% if not object.has_recent_foirequest %}
|
{% if not object.has_recent_foirequest %}
|
||||||
<a href="{{ object.make_request_url }}" target="_blank" class="btn btn-outline-primary btn-sm">
|
<p>
|
||||||
Anfrage zum Vorhaben stellen
|
<a href="{{ object.make_request_url }}" target="_blank" class="btn btn-outline-primary btn-sm">
|
||||||
</a>
|
Anfrage zum Vorhaben stellen
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% with foirequest=object.get_recent_foirequest %}
|
{% with foirequest=object.get_recent_foirequest %}
|
||||||
<dt>Anfrage</dt>
|
<dt>Anfrage</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
{% include "foirequest/snippets/request_item_mini.html" with object=foirequest %}
|
{% include "foirequest/snippets/request_item_mini.html" with object=foirequest %}
|
||||||
</dd>
|
</dd>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue