From b45c50978d72f93becc94b91f7fa0abcc4ccce72 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 27 Dec 2021 12:37:33 +0100 Subject: [PATCH] moving start date/time --- rowers/templates/list_workouts.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index b2591943..2ca57e6f 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -160,6 +160,7 @@ {% if workouts %} {% for workout in workouts %}
  • + {{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
    {% if workout.name != '' %}

    @@ -175,9 +176,6 @@
    {{ workout.workouttype }}
    -
    - {{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }} -
    Distance
    {{ workout.distance|distanceprint }}