From b59f2c1e733f7927ee2553e0dbb9c37b103691d5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 23 Dec 2021 19:59:18 -0600 Subject: [PATCH] Add a couple of email setting definitions --- theo/emails/theo.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theo/emails/theo.py b/theo/emails/theo.py index bab8a17..93a685b 100644 --- a/theo/emails/theo.py +++ b/theo/emails/theo.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2020 Lance Edgar +# Copyright © 2010-2021 Lance Edgar # # This file is part of Rattail. # @@ -28,4 +28,6 @@ Theo email profile settings from rattail.emails import (upgrade_failure, upgrade_success, user_feedback, - rattail_import_versions_updates) + rattail_import_versions_updates, + new_email_requested, + new_phone_requested)