initial
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user