up log level

This commit is contained in:
matthewswspence 2024-12-05 14:21:02 -06:00
parent 8b473d5e18
commit 3dbafb5220
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
4 changed files with 5 additions and 4 deletions

View file

@ -2916,6 +2916,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
except RegistryError as err:
# Using variables to get past the linter
message1 = f"Cannot delete Domain when in state {obj.state}"
message2 = f"This subdomain is being used as a hostname on another domain: {err.note}"
# Human-readable mappings of ErrorCodes. Can be expanded.
error_messages = {
# noqa on these items as black wants to reformat to an invalid length