email from group page
This commit is contained in:
@@ -861,7 +861,7 @@ class Rower(models.Model):
|
||||
privacy = models.CharField(default='visible',max_length=30,
|
||||
choices=privacychoices)
|
||||
|
||||
team = models.ManyToManyField(Team,blank=True)
|
||||
team = models.ManyToManyField(Team,blank=True,related_name='rower')
|
||||
|
||||
# Export and Time Zone Settings
|
||||
defaulttimezone = models.CharField(default='UTC',max_length=100,
|
||||
|
||||
Reference in New Issue
Block a user