summaryrefslogtreecommitdiffstats
path: root/core/models/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-26 18:28:59 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-26 18:28:59 +0300
commit87d9804864e157b451c92e6fb71165aa4925cd47 (patch)
tree58c0d8011808d79d3603bca4dee34e9feeb21608 /core/models/survex.py
parentf14bd984f88ae4274fbecc690a4a0f0a45210e69 (diff)
downloadtroggle-87d9804864e157b451c92e6fb71165aa4925cd47.tar.gz
troggle-87d9804864e157b451c92e6fb71165aa4925cd47.tar.bz2
troggle-87d9804864e157b451c92e6fb71165aa4925cd47.zip
findng variant data on survexblocks and setting wallet *ref
Diffstat (limited to 'core/models/survex.py')
-rw-r--r--core/models/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/survex.py b/core/models/survex.py
index 6e2a06f..da35336 100644
--- a/core/models/survex.py
+++ b/core/models/survex.py
@@ -161,7 +161,7 @@ class SurvexBlock(models.Model):
date = models.DateField(blank=True, null=True)
expedition = models.ForeignKey("Expedition", blank=True, null=True, on_delete=models.SET_NULL)
- # if the survexfile object is deleted, then all the suvex-blocks in it should be too,
+ # if the survexfile object is deleted, then all the survex-blocks in it should be too,
# though a block can span more than one file...
survexfile = models.ForeignKey("SurvexFile", blank=True, null=True, on_delete=models.CASCADE)
# survexpath = models.CharField(max_length=200, blank=True, null=True) No need for this anymore