Private
Public Access
1
0
This commit is contained in:
2024-05-22 09:48:52 +02:00
parent ef208be1d9
commit 9ccb8dc9f4
6 changed files with 93 additions and 1 deletions

View File

@@ -57,6 +57,18 @@ landingpages2 = (
('workout_delete', 'Remove Workout')
)
workout_name_element = (
('date', 'Date'),
('name', 'Name'),
('distance', 'Distance'),
('ownerfirst', 'Rower first name'),
('ownerlast', 'Rower last name'),
('duration', 'Duration'),
('boattype','Boat Type'),
('workouttype', 'Workout Type'),
('seatnumber','Seat Number')
)
workflowmiddlepanel = (
('panel_statcharts.html', 'Static Charts'),