emile 1 year ago
parent 920dba0807
commit 44df4a2897

@ -49,7 +49,7 @@
<div
class="flex justify-center items-center border-r border-b border-gray-200 text-white {% if task.status == 'Open' %}bg-secondosiblue{% endif %} {% if task.status == 'Working On' %}bg-yellow-500{% endif %} {% if task.status == 'Closed' %}bg-green-700{% endif %} rounded-tr-md">
<p>{task.end_date|date:"d-m-Y"}}</p>
<p>{{task.end_date|date:"d-m-Y"}}</p>
</div>
</div>
</div>

Loading…
Cancel
Save