first implementation
This commit is contained in:
@@ -3740,6 +3740,8 @@ class Workout(models.Model):
|
||||
rpe = models.IntegerField(default=0, blank=True, choices=rpechoices,
|
||||
verbose_name='Rate of Perceived Exertion')
|
||||
|
||||
is_commute = models.BooleanField(default=False)
|
||||
|
||||
weightcategory = models.CharField(
|
||||
default="hwt",
|
||||
max_length=10,
|
||||
@@ -4601,6 +4603,7 @@ class WorkoutForm(ModelForm):
|
||||
'notes',
|
||||
'rankingpiece',
|
||||
'duplicate',
|
||||
'is_commute',
|
||||
'plannedsession']
|
||||
widgets = {
|
||||
'date': AdminDateWidget(),
|
||||
|
||||
Reference in New Issue
Block a user