Skip to content

Commit a6b0658

Browse files
committed
put back staff review account email
1 parent de6b74c commit a6b0658

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# **{{ user_first_name }} {{ user_last_name }}** has submitted a request that requires your approval. You will need to log in using your IDIR to approve this request.
2+
3+
[Review Account]({{ context_url }})

queue_services/account-mailer/src/account_mailer/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class TemplateType(Enum):
154154
NON_BCSC_ORG_REJECTED_NOTIFICATION_TEMPLATE_NAME = "nonbcsc_org_rejected_notification_email"
155155
OTP_AUTHENTICATOR_RESET_NOTIFICATION_TEMPLATE_NAME = "otp_authenticator_reset_notification_email"
156156
ROLE_CHANGED_NOTIFICATION_TEMPLATE_NAME = "role_changed_notification_email"
157+
STAFF_REVIEW_ACCOUNT_TEMPLATE_NAME = "staff_review_account_email"
157158
GOVM_APPROVED_NOTIFICATION_TEMPLATE_NAME = "govm_approved_notification"
158159
GOVM_REJECTED_NOTIFICATION_TEMPLATE_NAME = "govm_rejected_notification"
159160
PROD_PACKAGE_APPROVED_NOTIFICATION_TEMPLATE_NAME = "prod_package_approved_notification"

0 commit comments

Comments
 (0)