Private
Public Access
1
0

implemented default set of flex favs on user registration

This commit is contained in:
Sander Roosendaal
2017-10-12 10:02:50 +02:00
parent 20aacfd726
commit a226a957c8
5 changed files with 81 additions and 7 deletions

View File

@@ -344,6 +344,8 @@ class FavoriteChart(models.Model):
default='both',
verbose_name='Workout Type')
reststrokes = models.BooleanField(default=True,verbose_name="Incl. Rest")
notes = models.CharField(max_length=300,verbose_name='Chart Notes',
default='Flex Chart Notes',blank=True)
user = models.ForeignKey(Rower)