mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Forgot closed bracket. Ran test and lint again, passed
This commit is contained in:
parent
2024d1c905
commit
672e8efd8c
1 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,8 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView):
|
|||
+ "fields below <b>could not be saved</b> because they have "
|
||||
+ "missing or invalid data. All other information on this page "
|
||||
+ "has been saved."
|
||||
),
|
||||
)
|
||||
context = self.get_context_data()
|
||||
context["forms"] = forms
|
||||
return render(request, self.template_name, context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue