💄(domains) remove useless bold text broken after fbb4797

Fix domain names displaying after fetch status
from dimail failure after commit fbb4797
This commit is contained in:
Sabrina Demagny
2025-02-13 00:00:02 +01:00
parent 25313d3e84
commit 9377a96e87
5 changed files with 701 additions and 87 deletions

View File

@@ -66,7 +66,7 @@ def fetch_domain_status_from_dimail(modeladmin, request, queryset): # pylint: d
try:
response = client.fetch_domain_status(domain)
except exceptions.HTTPError as err:
msg_error.append(_(f"""- <b>{domain.name}</b> with message: '{err}'"""))
msg_error.append(_(f"- {domain.name} with message: '{err}'"))
else:
success = True
# temporary (or not?) display content of the dimail response to debug broken state