diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index b2fbf97..ba56b1c 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -233,7 +233,7 @@ {% for i in range(7) %} {% set day = today - timedelta(days=today.weekday() - i) %}
-
{{ day.strftime('%a, %b %d') }}
+
{{ day.strftime('%a, %b %d') }}
{% if day in readings_by_date %} {% for reading in readings_by_date[day]|sort(attribute="timestamp", reverse = True) %} -
{{ current_day.day }}
+
{{ current_day.day }}
{% if current_day in readings_by_date %}