---
src/registrar/templates/403.html | 2 +-
src/registrar/templates/application_done.html | 20 ++++++++++---------
src/registrar/templates/application_form.html | 2 +-
.../includes/domain_application.html | 6 ++++--
4 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/src/registrar/templates/403.html b/src/registrar/templates/403.html
index 08057dfba..91652d807 100644
--- a/src/registrar/templates/403.html
+++ b/src/registrar/templates/403.html
@@ -23,7 +23,7 @@
{% endif %}
You must be an authorized user and need to be signed in to view this page.
- Would you like to try logging in again?
+ Try logging in again.
If you'd like help with this error contact us.
diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html
index 91f9588b7..6d7bf6f43 100644
--- a/src/registrar/templates/application_done.html
+++ b/src/registrar/templates/application_done.html
@@ -1,5 +1,6 @@
{% extends 'base.html' %}
{% load static %}
+{% load url_helpers %}
{% block title %}Thanks for your domain request! | {% endblock %}
@@ -14,21 +15,22 @@
/>
Thanks for your domain request!
- We'll email a copy of your request to you.
+ We’ll email a copy of your request to you.
Next steps in this process
- We'll review your request. This usually takes 20 business days. During
- this review we'll verify that your:
+ We’ll review your request. This usually takes 20 business days. During
+ this review we’ll verify that:
- - Organization is eligible for a .gov domain
- - Authorizing official approves your request
- - Domain meets our naming requirements
+ - Your organization is eligible for a .gov domain.
+ - You work at the organization and/or can make requests on its behalf.
+ - Your requested domain meets our naming requirements.
- You can check the status
- of your request at any time. We'll email you with any questions or when we
- complete our review.
+ We’ll email you if we have questions and when we complete our review. You can check the status
+ of your request at any time on the registrar homepage.
+
+ Contact us if you need help during this process.
{% endblock %}
diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html
index cec2416fb..c34ddf5bc 100644
--- a/src/registrar/templates/application_form.html
+++ b/src/registrar/templates/application_form.html
@@ -105,7 +105,7 @@
aria-describedby="Are you sure you want to submit a domain request?"
data-force-action
>
- {% include 'includes/modal.html' with modal_heading=modal_heading|safe modal_description="Once you submit this request, you won’t be able to make further edits until it’s reviewed by our staff. You’ll only be able to withdraw your request." modal_button=modal_button|safe %}
+ {% include 'includes/modal.html' with modal_heading=modal_heading|safe modal_description="Once you submit this request, you won’t be able to edit it until we review it. You’ll only be able to withdraw your request." modal_button=modal_button|safe %}
{% block after_form_content %}{% endblock %}
diff --git a/src/registrar/templates/includes/domain_application.html b/src/registrar/templates/includes/domain_application.html
index 314f4d06b..a15a8673c 100644
--- a/src/registrar/templates/includes/domain_application.html
+++ b/src/registrar/templates/includes/domain_application.html
@@ -1,7 +1,9 @@
+{% load url_helpers %}
+
- Next steps
+ Next steps in this process
-We received your .gov domain request. Our next step is to review your request. This usually takes two weeks. We’ll email you with questions or when we complete our review. Contact us with any questions.
+We received your .gov domain request. Our next step is to review your request. This usually takes 20 business days. We’ll email you if we have questions and when we complete our review. Contact us with any questions.
Need to make changes?
From fcaff6c74c103af6a64c7fda62a9bf11aa241194 Mon Sep 17 00:00:00 2001
From: Rachid Mrad
Date: Thu, 21 Dec 2023 13:01:49 -0500
Subject: [PATCH 80/85] remove the sr-only from label
---
src/registrar/templates/application_no_other_contacts.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/registrar/templates/application_no_other_contacts.html b/src/registrar/templates/application_no_other_contacts.html
index 1e42521a3..69217bfc1 100644
--- a/src/registrar/templates/application_no_other_contacts.html
+++ b/src/registrar/templates/application_no_other_contacts.html
@@ -2,7 +2,7 @@
{% load static field_helpers %}
{% block form_fields %}
- {% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
+ {% with attr_maxlength=1000 %}
{% input_with_errors forms.0.no_other_contacts_rationale %}
{% endwith %}
{% endblock %}
From 7ad8297de14d350d16f193d961eeb55bd4d6d7aa Mon Sep 17 00:00:00 2001
From: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
Date: Thu, 21 Dec 2023 14:31:18 -0500
Subject: [PATCH 81/85] Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
---
src/registrar/models/domain_application.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/registrar/models/domain_application.py b/src/registrar/models/domain_application.py
index df9c221bd..7b5f4c292 100644
--- a/src/registrar/models/domain_application.py
+++ b/src/registrar/models/domain_application.py
@@ -736,7 +736,7 @@ class DomainApplication(TimeStampedModel):
self.approved_domain = None
except Exception as err:
logger.error(err)
- logger.error("Can't querry an approved domain while attempting a DA reject()")
+ logger.error("Can't query an approved domain while attempting a DA reject()")
self._send_status_update_email(
"action needed",
From 40157d57452b5fdfb1dbd1a0fcc6e31cb44f4856 Mon Sep 17 00:00:00 2001
From: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
Date: Thu, 21 Dec 2023 14:33:05 -0500
Subject: [PATCH 82/85] Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
---
src/registrar/models/domain_application.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/registrar/models/domain_application.py b/src/registrar/models/domain_application.py
index 7b5f4c292..9bdc50a85 100644
--- a/src/registrar/models/domain_application.py
+++ b/src/registrar/models/domain_application.py
@@ -774,7 +774,7 @@ class DomainApplication(TimeStampedModel):
self.approved_domain = None
except Exception as err:
logger.error(err)
- logger.error("Can't querry an approved domain while attempting a DA reject_with_prejudice()")
+ logger.error("Can't query an approved domain while attempting a DA reject_with_prejudice()")
self.creator.restrict_user()
From 46dd9c1b386606933ae4a79fdca11b58801953ae Mon Sep 17 00:00:00 2001
From: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
Date: Wed, 27 Dec 2023 08:07:31 -0700
Subject: [PATCH 83/85] Fix merge conflict
---
src/registrar/admin.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/registrar/admin.py b/src/registrar/admin.py
index d997570ab..d91021225 100644
--- a/src/registrar/admin.py
+++ b/src/registrar/admin.py
@@ -13,7 +13,6 @@ from django.urls import reverse
from epplibwrapper.errors import ErrorCode, RegistryError
from registrar.models.domain import Domain
from registrar.models.user import User
-from registrar.models.utility.admin_sort_fields import AdminSortFields
from registrar.utility import csv_export
from . import models
from auditlog.models import LogEntry # type: ignore
From b68ea1ec9f152b72814e67ea6bd334c7043cf9c5 Mon Sep 17 00:00:00 2001
From: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
Date: Wed, 27 Dec 2023 08:17:08 -0700
Subject: [PATCH 84/85] Fix test cases
---
src/registrar/tests/test_admin.py | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py
index 2178f1bdd..0518b4ceb 100644
--- a/src/registrar/tests/test_admin.py
+++ b/src/registrar/tests/test_admin.py
@@ -922,7 +922,7 @@ class TestDomainApplicationAdmin(MockEppLib):
[
{
"parameter_name": "investigator",
- "parameter_value": "SomeGuy first_name:creator SomeGuy last_name:creator",
+ "parameter_value": "SomeGuy first_name:investigator SomeGuy last_name:investigator",
},
],
)
@@ -963,14 +963,15 @@ class TestDomainApplicationAdmin(MockEppLib):
follow=True,
)
- expected_name = "SomeGuy first_name:creator SomeGuy last_name:creator"
- # We expect to see this six times, two of them are from the html for the filter,
- # two are from the page content, and the other two are the html from the list entry in the table.
- self.assertContains(response, expected_name, count=6)
+ expected_name = "SomeGuy first_name:investigator SomeGuy last_name:investigator"
+ # We expect to see this four times, two of them are from the html for the filter,
+ # and the other two are the html from the list entry in the table.
+ self.assertContains(response, expected_name, count=4)
# Check that we don't also get the thing we aren't filtering for.
- unexpected_name = "BadGuy first_name:creator BadGuy last_name:creator"
- self.assertContains(response, unexpected_name, count=0)
+ # We expect to see this two times in the filter
+ unexpected_name = "BadGuy first_name:investigator BadGuy last_name:investigator"
+ self.assertContains(response, unexpected_name, count=2)
def test_investigator_dropdown_displays_only_staff(self):
"""
From 35d1b2f9515d20225fd16f992cb1b244b9efccef Mon Sep 17 00:00:00 2001
From: David Kennedy
Date: Wed, 27 Dec 2023 11:32:47 -0500
Subject: [PATCH 85/85] fixed some typos and comments, no code change
---
src/registrar/models/domain.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py
index c31a090b7..804e5ffb2 100644
--- a/src/registrar/models/domain.py
+++ b/src/registrar/models/domain.py
@@ -202,7 +202,7 @@ class Domain(TimeStampedModel, DomainHelper):
return self._get_property("cr_date")
@creation_date.setter # type: ignore
- def creation_date(self, ex_date: date):
+ def creation_date(self, cr_date: date):
"""
Direct setting of the creation date in the registry is not implemented.
@@ -1651,7 +1651,7 @@ class Domain(TimeStampedModel, DomainHelper):
return dnssec_data
def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts):
- """Capture and store old hosts and contacts from cache if the don't exist"""
+ """Capture and store old hosts and contacts from cache if they don't exist"""
old_cache_hosts = self._cache.get("hosts")
old_cache_contacts = self._cache.get("contacts")