Private
Public Access
1
0
This commit is contained in:
2024-05-22 11:02:24 +02:00
parent 38b2a71e25
commit c1a027db6b
5 changed files with 65 additions and 43 deletions

View File

@@ -64,9 +64,13 @@ workout_name_element = (
('ownerfirst', 'Rower first name'),
('ownerlast', 'Rower last name'),
('duration', 'Duration'),
('boattype','Boat Type'),
('workouttype', 'Workout Type'),
('seatnumber','Seat Number')
('boattype','Boat type'),
('workouttype', 'Workout type'),
('seatnumber','Seat number'),
('boatname', 'Boat name'),
('empowerside', 'Empower side'),
('inboard', 'Inboard'),
('oarlength', 'Oar length'),
)