use warning instead of info for consistency

This commit is contained in:
2025-09-11 21:19:25 +10:00
parent 4594630b9e
commit 6618dd16b4

View File

@@ -117,11 +117,11 @@
{% if date == key_dates['D_quit_date'] %} {% if date == key_dates['D_quit_date'] %}
<font class="text-info"> <font class="text-warning">
<label data-bs-toggle="tooltip" title="D quits"> <label data-bs-toggle="tooltip" title="D quits">
{% elif (yr == car_yr and mon == car_mon and day >= car_day and car_done.val == 0) %} {% elif (yr == car_yr and mon == car_mon and day >= car_day and car_done.val == 0) %}
{%set car_done.val=1 %} {%set car_done.val=1 %}
<font class="text-info"> <font class="text-warning">
<label data-bs-toggle="tooltip" title="We own car"> <label data-bs-toggle="tooltip" title="We own car">
{% else %} {% else %}
<font class="text-secondary"> <font class="text-secondary">