From 5fee0a8174989c42bfbb047b0ab53c2f91e68e1c Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Thu, 10 Jun 2021 19:58:31 +0500 Subject: [PATCH] fix: resolved linter issue in common.py (#27918) --- lms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index f55fa1c59d..16af0155dc 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -4729,4 +4729,5 @@ SHOW_ACTIVATE_CTA_POPUP_COOKIE_NAME = 'show-account-activation-popup' # .. toggle_description: Flag would be used to show account activation popup after the registration # .. toggle_use_cases: open_edx # .. toggle_tickets: https://github.com/edx/edx-platform/pull/27661 +# .. toggle_creation_date: 2021-06-10 SHOW_ACCOUNT_ACTIVATION_CTA = False