diff --git a/templates/partials/calendar.html b/templates/partials/calendar.html index 02a1cf5..096d4f6 100644 --- a/templates/partials/calendar.html +++ b/templates/partials/calendar.html @@ -65,23 +65,14 @@

- {% if d.is_current_date %}

- {% elif d.is_workout %} -
{{ - d.day_of_month }} -
- {% else %} - {{ d.day_of_month }} - {% endif %}

diff --git a/templates/workouts_list.html b/templates/workouts_list.html index 87ed298..7bddf1b 100644 --- a/templates/workouts_list.html +++ b/templates/workouts_list.html @@ -65,7 +65,7 @@ {% endif %} \ No newline at end of file