mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +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
|
||||
# intro page. Only TEMPORARY context needed is has_profile_flag
|
||||
has_profile_flag = flag_is_active(self.request, "profile_feature")
|
||||
context_stuff = {
|
||||
"has_profile_feature_flag": has_profile_flag
|
||||
}
|
||||
context_stuff = {"has_profile_feature_flag": has_profile_flag}
|
||||
return render(request, "domain_request_intro.html", context=context_stuff)
|
||||
else:
|
||||
return self.goto(self.steps.first)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue