added adaptive classes (not tested)
This commit is contained in:
@@ -283,6 +283,14 @@ boattypes = (
|
||||
('8x+', '8x+ (octuple scull)'),
|
||||
)
|
||||
|
||||
adaptivetypes = (
|
||||
('None','None'),
|
||||
('PR1', 'PR1 (Arms and Shoulders)'),
|
||||
('PR2', 'PR2 (Trunk and Arms)'),
|
||||
('PR3', 'PR3 (Leg Trunk and Arms)'),
|
||||
('FES', 'FES (Functional Electrical Stimulation)'),
|
||||
)
|
||||
|
||||
waterboattype = [i[0] for i in boattypes]
|
||||
|
||||
privacychoices = (
|
||||
|
||||
Reference in New Issue
Block a user