summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models/caves.py')
-rw-r--r--core/models/caves.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index 8b23ceb..0001814 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -94,7 +94,7 @@ class Cave(TroggleModel):
length = models.CharField(max_length=100, blank=True, null=True)
depth = models.CharField(max_length=100, blank=True, null=True)
extent = models.CharField(max_length=100, blank=True, null=True)
- survex_file = models.CharField(max_length=100, blank=True, null=True)
+ survex_file = models.CharField(max_length=100, blank=True, null=True) # should be a foreign key
description_file = models.CharField(max_length=200, blank=True, null=True)
url = models.CharField(max_length=200, blank=True, null=True)
filename = models.CharField(max_length=200)
@@ -109,6 +109,8 @@ class Cave(TroggleModel):
ordering = ("kataster_code", "unofficial_number")
def hassurvey(self):
+ """This is almost certainly a fossil - needs checking...
+ """
if not self.underground_centre_line:
return "No"
if (