diff --git a/openedx/core/djangoapps/notifications/config/waffle.py b/openedx/core/djangoapps/notifications/config/waffle.py index 635732de9fb..823f3f0a03d 100644 --- a/openedx/core/djangoapps/notifications/config/waffle.py +++ b/openedx/core/djangoapps/notifications/config/waffle.py @@ -56,5 +56,6 @@ # .. toggle_description: Waffle flag to enable new notification view # .. toggle_use_cases: temporary, open_edx # .. toggle_creation_date: 2024-09-30 +# .. toggle_target_removal_date: 2025-10-10 # .. toggle_tickets: INF-1603 ENABLE_NEW_NOTIFICATION_VIEW = CourseWaffleFlag(f"{WAFFLE_NAMESPACE}.enable_new_notification_view", __name__)