This commit is contained in:
David Kennedy 2024-06-19 15:24:31 -04:00
parent f2e0875091
commit 2ced462f94
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -159,6 +159,7 @@ class FinishProfileSetupView(UserProfileView):
# Get the current form and validate it
if form.is_valid():
self.redirect_page = True
if "contact_setup_save_button" in request.POST:
# Logic for when the 'Save' button is clicked, which indicates
# user should stay on this page