aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-14 13:25:46 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-14 13:25:46 +0100
commit0a55f8e5b0cfc0e5a9a1babac7a03a38c49379ea (patch)
tree1e13bd49a2b0bc47e4eec7bafb80b8e5eba88561 /ctrack/caf
parenta6c69db675ff71983bb6f5ca92acaf2573fce941 (diff)
added caveat to dropdown description
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/models.py2
1 files changed, 1 insertions, 1 deletions
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():