Private
Public Access
1
0

boatcoach

This commit is contained in:
Sander Roosendaal
2016-11-28 17:58:32 +01:00
parent 962bc20513
commit da7f679c30
4 changed files with 41 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ class Rower(models.Model):
team = models.ForeignKey(Team,blank=True,null=True)
def __str__(self):
return self.user.username