From 0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 15 Sep 2022 22:55:45 +0300 Subject: comments added --- core/models/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index 85e9717..af948b8 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -120,7 +120,7 @@ class SurvexBlock(models.Model): survexfile = models.ForeignKey("SurvexFile", blank=True, null=True,on_delete=models.SET_NULL) survexpath = models.CharField(max_length=200) # the path for the survex stations - scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL) + scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL) # only ONE wallet per block. Th emost recent seen overwites.. ugh. legsall = models.IntegerField(null=True) # summary data for this block legslength = models.FloatField(null=True) -- cgit v1.2.3