update
This commit is contained in:
parent
31867f4fac
commit
68a2b65c67
@ -183,13 +183,13 @@
|
|||||||
|
|
||||||
{# Status badge #}
|
{# Status badge #}
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
<span class="status-badge
|
<span class='status-badge
|
||||||
{% if job.status == "ACTIVE" %}bg-success
|
{% if job.status == "ACTIVE" %}bg-success
|
||||||
{% elif job.status == "DRAFT" %}bg-secondary
|
{% elif job.status == "DRAFT" %}bg-secondary
|
||||||
{% elif job.status == "CLOSED" %}bg-warning
|
{% elif job.status == "CLOSED" %}bg-warning
|
||||||
{% elif job.status == "CANCELLED" %}bg-danger
|
{% elif job.status == "CANCELLED" %}bg-danger
|
||||||
{% elif job.status == "ARCHIVED" %}bg-secondary
|
{% elif job.status == "ARCHIVED" %}bg-secondary
|
||||||
{% else %}bg-secondary{% endif %}">
|
{% else %}bg-secondary{% endif %}'>
|
||||||
{{ job.get_status_display }}
|
{{ job.get_status_display }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user