From 2321d8cfec9b7227bd7367175dc58633f936a956 Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Mon, 8 Dec 2025 17:53:30 +0500 Subject: [PATCH] feat: added waffle to enable email notifications --- .../templates/notifications/tasks/lms/waffle_flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutornotifications/templates/notifications/tasks/lms/waffle_flags b/tutornotifications/templates/notifications/tasks/lms/waffle_flags index 93a3574..b136227 100644 --- a/tutornotifications/templates/notifications/tasks/lms/waffle_flags +++ b/tutornotifications/templates/notifications/tasks/lms/waffle_flags @@ -1,2 +1,2 @@ # Create waffle flag to enable notifications -(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications +(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications; (./manage.py lms waffle_flag --list | grep notifications.enable_email_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_email_notifications