Update tailwind to v3, various wangling

This commit is contained in:
2023-05-16 17:48:25 +01:00
parent c55577e04e
commit 57c730a2cf
14 changed files with 6821 additions and 183615 deletions

View File

@@ -30,7 +30,7 @@ class Vehicle(models.Model):
name = models.CharField(max_length=50)
# color
yom = models.DateField()
yom = models.DateField(verbose_name="Year of Manufacture")
first_registered = models.DateField()
date_purchased = models.DateField()