Private
Public Access
1
0

adding sloep

This commit is contained in:
2024-05-20 09:31:32 +02:00
parent 6db28bf3dc
commit e8e9bc6e0a
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ workouttypes_ordered = collections.OrderedDict({
'coastal': 'Coastal',
'c-boat': 'Dutch C boat',
'churchboat': 'Finnish Church boat',
'Surfboat': 'Surfboat',
'Ride': 'Ride',
'bike': 'Bike',
'Run': 'Run',
@@ -336,6 +337,7 @@ otwtypes = (
'coastal',
'c-boat',
'churchboat'
'surfboat',
)
otetypes = (
@@ -501,6 +503,7 @@ boatbrands = (
('levator', 'Levator Boatworks'),
('liangjin', 'Liangjin Boat'),
('liteboat', 'LiteBoat'),
('Monomoy', 'Monomoy'),
('littleriver', 'Little River Marine'),
('kaschper', 'Kaschper Racing Shells'),
('kanghua', 'Kanghua'),

Binary file not shown.