mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
removed extraneous message
This commit is contained in:
parent
55541ca967
commit
7047736c95
1 changed files with 0 additions and 1 deletions
|
@ -382,7 +382,6 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
|
||||||
# if user opted to save progress and return,
|
# if user opted to save progress and return,
|
||||||
# return them to the home page
|
# return them to the home page
|
||||||
if button == "save_and_return":
|
if button == "save_and_return":
|
||||||
messages.success(request, "Your progress has been saved!")
|
|
||||||
return HttpResponseRedirect(reverse("home"))
|
return HttpResponseRedirect(reverse("home"))
|
||||||
# otherwise, proceed as normal
|
# otherwise, proceed as normal
|
||||||
return self.goto_next_step()
|
return self.goto_next_step()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue