diff --git a/core/models/wallets.py b/core/models/wallets.py index fa8f029a9..9c9c1e826 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -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"]: