remove hide request and domains from context

This commit is contained in:
zandercymatics 2024-11-08 10:24:29 -07:00
parent 7d1b84d99f
commit 3311a8c9e2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -489,11 +489,6 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
"user": self.request.user,
"requested_domain__name": requested_domain_name,
}
# Hides the requests and domains buttons in the navbar
context_stuff["hide_requests"] = self.is_portfolio
context_stuff["hide_domains"] = self.is_portfolio
return context_stuff
def get_step_list(self) -> list: