move status badge to card bottom

This commit is contained in:
krmax44 2022-03-14 17:49:28 +01:00
parent b5b86f5c85
commit 635d73d18b
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -22,7 +22,7 @@
„{{ object.quote|striptags|truncatewords:20 }}“
</blockquote>
{% endif %}
<span class="badge badge-{{ object.get_status_css }}">
<span class="badge badge-{{ object.get_status_css }} mt-auto">
{{ object.get_status_display }}
</span>
</div>