diff options
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/survex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/survex.py b/core/models/survex.py index cdf3e59..d165d14 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -269,6 +269,7 @@ class Wallet(models.Model): ticks = {} # Initially, are there any required survex files present ? + # Note that we can't set the survexblock here on the wallet as that info is only available while parsing the survex file survexok = "red" ticks["S"] = "red" if waldata["survex not required"]: |