From 9b0d37fa6af40838f2323e7ae8b4b1f5927b7c6f Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 13 Oct 2023 20:57:41 +1100 Subject: [PATCH] Minor refactor to calendar template --- templates/partials/calendar.html | 13 ++----------- templates/workouts_list.html | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) 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 %} - - {% 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