2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-19 04:07:32 +00:00

no, don't do this

This commit is contained in:
2025-07-25 18:51:44 +02:00
parent 4fa767585c
commit bf09ee0054

View File

@@ -465,15 +465,19 @@ class Wallet(models.Model):
if waldata["electronic survey"]:
ticks["P"] = "green"
ticks["E"] = "green"
# ticks["T"] = "green" # No, this does not mean it has been 'tunneled' properly
# Tunnel / Therion
# complete change in logic 2025
ticks["T"] = "fuchsia" # default
drawings_not_required = not elev_drawing_required and not plan_drawing_required
if "tunnelled" in waldata:
if waldata["tunnelled"]:
ticks["T"] = "green"
# if drawings_not_required and not waldata["electronic survey"]:
# ticks["T"] = "green"
# Website
if waldata["website updated"]: