updates recent foirequest styling
This commit is contained in:
parent
e3d283f463
commit
ee3800104f
1 changed files with 14 additions and 1 deletions
|
|
@ -83,7 +83,20 @@
|
|||
{% with foirequest=object.get_recent_foirequest %}
|
||||
<dt>Anfrage</dt>
|
||||
<dd>
|
||||
<a href="{{ foirequest.url }}" class="text-decoration-none">Aktuell laufende Anfrage vom {{ foirequest.created_at|date:"d.m.Y" }}</a>
|
||||
<div class="mb-0 d-flex flex-column">
|
||||
<div class="flex-grow-1">
|
||||
<span class="mt-0 mb-1">
|
||||
<a href="{{ foirequest.url }}" target="_blank" class="text-decoration-none">
|
||||
{{ foirequest.title|default:"Aktuell laufende Anfrage" }}
|
||||
</a>
|
||||
<br>
|
||||
<small class="text-gray-700">
|
||||
gestartet am {{ foirequest.created_at|date:"d.m.Y" }},
|
||||
vor {{ foirequest.created_at|timesince }}
|
||||
</small>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</dd>
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue