mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
remove hide request and domains from context
This commit is contained in:
parent
7d1b84d99f
commit
3311a8c9e2
1 changed files with 0 additions and 5 deletions
|
@ -489,11 +489,6 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
"user": self.request.user,
|
"user": self.request.user,
|
||||||
"requested_domain__name": requested_domain_name,
|
"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
|
return context_stuff
|
||||||
|
|
||||||
def get_step_list(self) -> list:
|
def get_step_list(self) -> list:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue