Private
Public Access
1
0
This commit is contained in:
2024-08-18 16:38:37 +02:00
parent efea2c8d36
commit 31f1cec56e

View File

@@ -1686,7 +1686,7 @@ class GeoCourse(models.Model):
distance = models.IntegerField(default=0)
name = models.CharField(max_length=150, blank=True)
country = models.CharField(max_length=150, blank=True)
notes = models.CharField(blank=True, max_length=200,
notes = models.CharField(blank=True, max_length=500,
verbose_name='Course Notes')
updated = models.DateTimeField(default=timezone.now, blank=True)