extended header for org users

This commit is contained in:
Rachid Mrad 2024-07-05 18:08:34 -04:00
parent a1fca00b8f
commit 619a71fdb6
No known key found for this signature in database
13 changed files with 77 additions and 70 deletions

View file

@ -378,7 +378,6 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
def get_context_data(self):
"""Define context for access on all wizard pages."""
has_profile_flag = flag_is_active(self.request, "profile_feature")
context_stuff = {}
if DomainRequest._form_complete(self.domain_request, self.request):