2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 07:47:13 +00:00

QMs grayed out for survex files 2014 and earlier

This commit is contained in:
Philip Sargent
2022-08-07 23:41:45 +03:00
parent 7f335e082c
commit 25c425cff8
2 changed files with 9 additions and 4 deletions

View File

@@ -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"]: