mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 03:59:41 +02:00
linter and bug fix
This commit is contained in:
parent
8832f7cb9c
commit
4cd0747af1
4 changed files with 18 additions and 12 deletions
|
@ -1180,7 +1180,9 @@ class PortfolioDomainRequestStatusViewOnly(DetailView):
|
|||
context["form_titles"] = wizard.titles
|
||||
logger.debug(self.object.is_feb())
|
||||
logger.debug(flag_is_active_for_user(self.request.user, "organization_feature"))
|
||||
context["requires_feb_questions"] = self.object.is_feb() and flag_is_active_for_user(self.request.user, "organization_feature")
|
||||
context["requires_feb_questions"] = self.object.is_feb() and flag_is_active_for_user(
|
||||
self.request.user, "organization_feature"
|
||||
)
|
||||
return context
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue