aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/register/models.py')
-rw-r--r--ctrack/register/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/register/models.py b/ctrack/register/models.py
index d421efb..549f77d 100644
--- a/ctrack/register/models.py
+++ b/ctrack/register/models.py
@@ -125,6 +125,7 @@ class SingleDateTimeEvent(EventBase, ThirdPartyEventMixin, SingleDateTimeEventMi
class CAFSingleDateEvent(EventBase, CAFMixin, SingleDateMixin):
AVAILABLE_TYPES = [
(EventType.CAF_INITIAL_CAF_RECEIVED.name, "CAF - Initial CAF Received"),
+ (EventType.CAF_FEEDBACK_EMAILED_OES.name, "CAF - Emailed to OES"),
(EventType.CAF_RECEIVED.name, "CAF - Received"),
(EventType.CAF_EMAILED_ROSA.name, "CAF - Emailed to Rosa"),
]