mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Update src/registrar/views/index.py
This commit is contained in:
parent
984d7fddfe
commit
271641d22c
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ def index(request):
|
||||||
context["has_deletable_domain_requests"] = has_deletable_domain_requests
|
context["has_deletable_domain_requests"] = has_deletable_domain_requests
|
||||||
|
|
||||||
# This is a django waffle flag which toggles features based off of the "flag" table
|
# 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")
|
context["has_profile_feature_flag"] = flag_is_active(request, "profile_feature")
|
||||||
|
|
||||||
# If they can delete domain requests, add the delete button to the context
|
# If they can delete domain requests, add the delete button to the context
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue