From 0a55f8e5b0cfc0e5a9a1babac7a03a38c49379ea Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 14 Aug 2020 13:25:46 +0100 Subject: added caveat to dropdown description --- ctrack/caf/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrack/caf') diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py index 444ab6b..e00a8d0 100644 --- a/ctrack/caf/models.py +++ b/ctrack/caf/models.py @@ -49,7 +49,7 @@ class ApplicableSystem(models.Model): IMPORTANT = "IM" SYSTEM_CATEGORISATION = ( (CRITICAL, "Critical"), - (IMPORTANT, "Important"), + (IMPORTANT, "Important (Legacy use only)"), ) def get_sentinel_org(): -- cgit v1.2.3