diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/models/survex.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/models/survex.py b/core/models/survex.py index 7e6358c..6bffb49 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -296,7 +296,10 @@ class Wallet(models.Model): if waldata["qms written"]: ticks["Q"] = "green" else: - ticks["Q"] = survexok + ticks["Q"] = survexok + if int(self.year()) < 2015: + ticks["Q"] = "lightgrey" + # Notes, Plan, Elevation; Tunnel if waldata["electronic survey"]: |