emile 1 year ago
parent 1aeb00c8bb
commit bd2c077637

@ -97,7 +97,7 @@
<div class="flex justify-center items-center gap-3 text-center p-3 text-secondosiblue"> <div class="flex justify-center items-center gap-3 text-center p-3 text-secondosiblue">
<img src="{% static 'images/icons/time.png' %}" class="w-[35px]"> <img src="{% static 'images/icons/time.png' %}" class="w-[35px]">
<p>Total Time: <span class="font-semibold">{{project.total_time_worked_hours}}hr <p>Total Time: <span class="font-semibold">{{project.total_time_worked_hours}}hr
{{project.total_time_worked_hours}}min {{project.total_time_worked_seconds}}sec</span> {{project.total_time_worked_minutes}}min {{project.total_time_worked_seconds}}sec</span>
</p> </p>
</div> </div>
</div> </div>

Loading…
Cancel
Save