Forgot closed bracket. Ran test and lint again, passed

This commit is contained in:
Jon Roberts 2023-02-21 12:14:54 -07:00
parent 2024d1c905
commit 672e8efd8c
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -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)