diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 016f92e..972d766 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -274,6 +274,7 @@ class Entrance(TroggleModel): explorers = models.TextField(blank=True,null=True) map_description = models.TextField(blank=True,null=True) location_description = models.TextField(blank=True,null=True) + lastvisit = models.TextField(blank=True,null=True) approach = models.TextField(blank=True,null=True) underground_description = models.TextField(blank=True,null=True) photo = models.TextField(blank=True,null=True) |