forked from expo/troggle
person attribution of surveyed length working
This commit is contained in:
@@ -125,9 +125,6 @@ class SurvexBlock(models.Model):
|
||||
# str(self.cave) + "]"
|
||||
def __str__(self):
|
||||
return self.name and str(self.name) or 'no name'
|
||||
|
||||
|
||||
|
||||
|
||||
def isSurvexBlock(self): # Function used in templates
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user