From 271641d22cb6a9f3ebc45bb40227670e651bfadf Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 1 May 2024 11:34:55 -0600 Subject: [PATCH] Update src/registrar/views/index.py --- src/registrar/views/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/views/index.py b/src/registrar/views/index.py index a0499f7f9..651507c44 100644 --- a/src/registrar/views/index.py +++ b/src/registrar/views/index.py @@ -22,7 +22,6 @@ def index(request): context["has_deletable_domain_requests"] = has_deletable_domain_requests # This is a django waffle flag which toggles features based off of the "flag" table - # TODO - note that the flag must be checked for superuser AND staff for superuser to see it context["has_profile_feature_flag"] = flag_is_active(request, "profile_feature") # If they can delete domain requests, add the delete button to the context