forked from expo/troggle
Entrances now do cookie / git author thing. + tidyup.
This commit is contained in:
@@ -254,7 +254,7 @@ class Entrance(TroggleModel):
|
||||
lat_wgs84 = models.TextField(blank=True, null=True) # manually entered not calculated
|
||||
location_description = models.TextField(blank=True, null=True)
|
||||
long_wgs84 = models.TextField(blank=True, null=True) # manually entered not calculated
|
||||
# map_description = models.TextField(blank=True, null=True)
|
||||
# map_description = models.TextField(blank=True, null=True) # retired
|
||||
marking = models.CharField(max_length=2, choices=MARKING_CHOICES, default="?")
|
||||
marking_comment = models.TextField(blank=True, null=True)
|
||||
name = models.CharField(max_length=100, blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user