mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-10 19:49:40 +02:00
minor bug fixes
This commit is contained in:
parent
13146aaa3e
commit
f73158eeb0
2 changed files with 4 additions and 6 deletions
|
@ -183,9 +183,7 @@ class DomainRequestWizard(TemplateView):
|
|||
return PortfolioDomainRequestStep if self.is_portfolio else Step
|
||||
|
||||
def requires_feb_questions(self) -> bool:
|
||||
# TODO: remove this
|
||||
return True
|
||||
# return self.domain_request.is_feb() and flag_is_active_for_user(self.request.user, "organization_feature")
|
||||
return self.domain_request.is_feb() and flag_is_active_for_user(self.request.user, "organization_feature")
|
||||
|
||||
@property
|
||||
def prefix(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue