Update domain.py

This commit is contained in:
zandercymatics 2024-02-08 15:23:13 -07:00
parent 5faa438956
commit 5abee70d2e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -555,7 +555,7 @@ class DomainYourContactInformationView(DomainFormBaseView):
# Post to DB using values from the form
form.save()
messages.success(self.request, "Your contact information has been updated.")
messages.success(self.request, "Your contact information for all your domains has been updated.")
# superclass has the redirect
return super().form_valid(form)