Update admin.py

This commit is contained in:
Matt-Spence 2025-02-14 09:45:31 -06:00 committed by GitHub
parent f8a5b8e629
commit 0106ffbf05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3682,7 +3682,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
except Exception:
self.message_user(
request,
f"Could not delete: An unspecified error occured.",
"Could not delete: An unspecified error occured",
messages.ERROR,
)
else: