mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 04:30:19 -04:00
fix: fixed form errors
This commit is contained in:
parent
55fc02219f
commit
e6e3be0ec2
|
@ -21,7 +21,7 @@ class Team(models.Model):
|
||||||
verbose_name_plural = "Teams"
|
verbose_name_plural = "Teams"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return f'Team {self.number}: {self.name}'
|
||||||
|
|
||||||
# def clean(self):
|
# def clean(self):
|
||||||
# # Don't allow teams to have the same name.
|
# # Don't allow teams to have the same name.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user