Private
Public Access
1
0

correctly recognizes Empower version on new files

This commit is contained in:
Sander Roosendaal
2018-05-02 09:41:59 +02:00
parent 39ff62e560
commit 379626f802
2 changed files with 24 additions and 14 deletions

View File

@@ -1221,7 +1221,7 @@ class Workout(models.Model):
name = models.CharField(max_length=150)
date = models.DateField()
workouttype = models.CharField(choices=workouttypes,max_length=50)
workoutsource = models.CharField(choices=workoutsources,max_length=100,
workoutsource = models.CharField(max_length=100,
default='unknown')
boattype = models.CharField(choices=boattypes,max_length=50,
default='1x',