Private
Public Access
1
0

better names for categories

This commit is contained in:
Sander Roosendaal
2020-05-27 13:16:51 +02:00
parent eb41a5f17f
commit 8bfbb2bdf8
5 changed files with 56 additions and 23 deletions

View File

@@ -316,13 +316,23 @@ boattypes = (
)
adaptivetypes = (
('None','None'),
('None','Open'),
('PR1', 'PR1 (Arms and Shoulders)'),
('PR2', 'PR2 (Trunk and Arms)'),
('PR3', 'PR3 (Leg Trunk and Arms)'),
('FES', 'FES (Functional Electrical Stimulation)'),
)
weightcategories = (
('hwt','open-weight'),
('lwt','light-weight'),
)
sexcategories = (
('male','Open'),
('female','Female'),
)
waterboattype = [i[0] for i in boattypes]
privacychoices = (