removed extraneous message

This commit is contained in:
David Kennedy 2023-11-24 14:22:14 -05:00
parent 55541ca967
commit 7047736c95
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -382,7 +382,6 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
# if user opted to save progress and return,
# return them to the home page
if button == "save_and_return":
messages.success(request, "Your progress has been saved!")
return HttpResponseRedirect(reverse("home"))
# otherwise, proceed as normal
return self.goto_next_step()