Private
Public Access
1
0

added coastal as type, made workouttype sticky

This commit is contained in:
Sander Roosendaal
2017-07-03 15:50:10 +02:00
parent e1b468d4da
commit cef4a6e818
4 changed files with 25 additions and 5 deletions

View File

@@ -361,6 +361,7 @@ class Workout(models.Model):
('slides','Indoor Rower on Slides'),
('paddle','Paddle Adapter'),
('snow','On-snow'),
('coastal','Coastal'),
('other','Other'),
)