🐛 Minor fixes
This commit is contained in:
parent
b2e1777fe0
commit
f0bca69825
7 changed files with 7 additions and 5 deletions
|
|
@ -113,6 +113,7 @@ class BusTeam(models.Model):
|
|||
|
||||
name = models.CharField(
|
||||
max_length=255,
|
||||
verbose_name=_("name"),
|
||||
)
|
||||
|
||||
color = models.PositiveIntegerField( # Use a color picker to get the hexa code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue