clean up typos

This commit is contained in:
David Kennedy 2023-12-14 04:46:37 -05:00
parent 0dbe1c4757
commit 2fc3d4f1c8
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 1 additions and 2 deletions

View file

@ -1613,7 +1613,7 @@ class Domain(TimeStampedModel, DomainHelper):
logger.error(e) logger.error(e)
def _extract_data_from_response(self, data_response): def _extract_data_from_response(self, data_response):
"""extract datea from response from registry""" """extract data from response from registry"""
data = data_response.res_data[0] data = data_response.res_data[0]
return { return {
"auth_info": getattr(data, "auth_info", ...), "auth_info": getattr(data, "auth_info", ...),

View file

@ -5,7 +5,6 @@
{{ block.super }} {{ block.super }}
<div class="margin-top-4 tablet:grid-col-10"> <div class="margin-top-4 tablet:grid-col-10">
<div <div
class="usa-summary-box dotgov-status-box margin-top-3 padding-left-2{% if not domain.is_expired %}{% if domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %} dotgov-status-box--action-need{% endif %}{% endif %}" class="usa-summary-box dotgov-status-box margin-top-3 padding-left-2{% if not domain.is_expired %}{% if domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %} dotgov-status-box--action-need{% endif %}{% endif %}"
role="region" role="region"