mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
lint
This commit is contained in:
parent
48e2673b1b
commit
856d1f81fc
1 changed files with 1 additions and 3 deletions
|
@ -236,9 +236,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
# Creating a request will be handled in the post method for the
|
# Creating a request will be handled in the post method for the
|
||||||
# intro page. Only TEMPORARY context needed is has_profile_flag
|
# intro page. Only TEMPORARY context needed is has_profile_flag
|
||||||
has_profile_flag = flag_is_active(self.request, "profile_feature")
|
has_profile_flag = flag_is_active(self.request, "profile_feature")
|
||||||
context_stuff = {
|
context_stuff = {"has_profile_feature_flag": has_profile_flag}
|
||||||
"has_profile_feature_flag": has_profile_flag
|
|
||||||
}
|
|
||||||
return render(request, "domain_request_intro.html", context=context_stuff)
|
return render(request, "domain_request_intro.html", context=context_stuff)
|
||||||
else:
|
else:
|
||||||
return self.goto(self.steps.first)
|
return self.goto(self.steps.first)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue