From 6779c2ab0b0f9ab4fde2bd87e117d17b48eba584 Mon Sep 17 00:00:00 2001
From: Kristina Yin
Date: Tue, 21 Nov 2023 13:29:09 -0800
Subject: [PATCH] got rid of required line text the right way
---
.../templates/application_about_your_organization.html | 4 ++++
src/registrar/templates/application_org_election.html | 4 ++++
src/registrar/templates/application_org_federal.html | 3 +++
src/registrar/templates/application_purpose.html | 4 ++++
src/registrar/templates/application_requirements.html | 4 ++++
5 files changed, 19 insertions(+)
diff --git a/src/registrar/templates/application_about_your_organization.html b/src/registrar/templates/application_about_your_organization.html
index 4bf9d21f2..0d384b4f5 100644
--- a/src/registrar/templates/application_about_your_organization.html
+++ b/src/registrar/templates/application_about_your_organization.html
@@ -12,6 +12,10 @@
{% endblock %}
+{% block form_required_fields_help_text %}
+{# commented out so it does not appear on this page #}
+{% endblock %}
+
{% block form_fields %}
{% with attr_maxlength=1000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.0.about_your_organization %}
diff --git a/src/registrar/templates/application_org_election.html b/src/registrar/templates/application_org_election.html
index 7d3e092cb..ce79f5b22 100644
--- a/src/registrar/templates/application_org_election.html
+++ b/src/registrar/templates/application_org_election.html
@@ -12,6 +12,10 @@
{% endblock %}
+{% block form_required_fields_help_text %}
+{# commented out so it does not appear on this page #}
+{% endblock %}
+
{% block form_fields %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}
{% input_with_errors forms.0.is_election_board %}
diff --git a/src/registrar/templates/application_org_federal.html b/src/registrar/templates/application_org_federal.html
index 6c8851af2..8a5a574b0 100644
--- a/src/registrar/templates/application_org_federal.html
+++ b/src/registrar/templates/application_org_federal.html
@@ -7,6 +7,9 @@
{% endblock %}
+{% block form_required_fields_help_text %}
+{# commented out so it does not appear on this page #}
+{% endblock %}
{% block form_fields %}
{% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %}
diff --git a/src/registrar/templates/application_purpose.html b/src/registrar/templates/application_purpose.html
index 3a225b880..8747a34c7 100644
--- a/src/registrar/templates/application_purpose.html
+++ b/src/registrar/templates/application_purpose.html
@@ -12,6 +12,10 @@ Read about We understand the critical importance of the availability of .gov domains. Suspending or terminating a .gov domain is reserved for prolonged, unresolved, serious violations where the registrant is non-responsive. We'll make extensive efforts to contact registrants and to identify potential solutions. We'll make reasonable accommodations for remediation timelines based on the severity of the issue.
{% endblock %}
+{% block form_required_fields_help_text %}
+{# commented out so it does not appear on this page #}
+{% endblock %}
+
{% block form_fields %}