2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 05:07:07 +00:00

removing unused fields

This commit is contained in:
2023-11-18 14:17:50 +00:00
parent 7a61bc47ea
commit 7c7c0812e8
7 changed files with 29 additions and 11 deletions

View File

@@ -243,7 +243,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)
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)