move status badge to card bottom
This commit is contained in:
parent
b5b86f5c85
commit
635d73d18b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
„{{ object.quote|striptags|truncatewords:20 }}“
|
„{{ object.quote|striptags|truncatewords:20 }}“
|
||||||
</blockquote>
|
</blockquote>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="badge badge-{{ object.get_status_css }}">
|
<span class="badge badge-{{ object.get_status_css }} mt-auto">
|
||||||
{{ object.get_status_display }}
|
{{ object.get_status_display }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue