Private
Public Access
1
0

changing default grid settings

This commit is contained in:
Sander Roosendaal
2020-05-03 17:06:47 +02:00
parent 1efe86df92
commit 9874cb5ef2

View File

@@ -889,7 +889,7 @@ class Rower(models.Model):
verbose_name='Show Notes for Favorite Charts')
# Static chart settings
staticgrids = models.CharField(default=None,choices=gridtypes,null=True,max_length=50,
staticgrids = models.CharField(default='both',choices=gridtypes,null=True,max_length=50,
verbose_name='Chart Grid')
ergpaceslow = datetime.timedelta(seconds=160)