Merge branch 'main' into za/1120-update-domain-overview-verbiage

This commit is contained in:
zandercymatics 2023-10-10 13:41:20 -06:00
commit 2129d2dd67
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 23 additions and 22 deletions

View file

@ -811,7 +811,8 @@ class DomainAdmin(ListHeaderAdmin):
else:
self.message_user(
request,
("Domain statuses are %s" ". Thanks!") % statuses,
f"The registry statuses are {statuses}. "
"These statuses are from the provider of the .gov registry.",
)
return HttpResponseRedirect(".")