mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Update admin.py
This commit is contained in:
parent
f8a5b8e629
commit
0106ffbf05
1 changed files with 1 additions and 1 deletions
|
@ -3682,7 +3682,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
except Exception:
|
except Exception:
|
||||||
self.message_user(
|
self.message_user(
|
||||||
request,
|
request,
|
||||||
f"Could not delete: An unspecified error occured.",
|
"Could not delete: An unspecified error occured",
|
||||||
messages.ERROR,
|
messages.ERROR,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue