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