PR suggestions

This commit is contained in:
zandercymatics 2024-04-22 13:15:08 -06:00
parent 97ccefba0d
commit 558a27d7d9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.10 on 2024-04-22 13:16
# Generated by Django 4.2.10 on 2024-04-22 19:12
from django.db import migrations, models
@ -13,12 +13,12 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="domaininformation",
name="cisa_representative_email",
field=models.EmailField(blank=True, max_length=320, null=True, verbose_name="CISA region representative"),
field=models.EmailField(blank=True, max_length=320, null=True, verbose_name="CISA regional representative"),
),
migrations.AddField(
model_name="domainrequest",
name="cisa_representative_email",
field=models.EmailField(blank=True, max_length=320, null=True, verbose_name="CISA region representative"),
field=models.EmailField(blank=True, max_length=320, null=True, verbose_name="CISA regional representative"),
),
migrations.AddField(
model_name="domainrequest",

View file

@ -232,7 +232,7 @@ class DomainInformation(TimeStampedModel):
cisa_representative_email = models.EmailField(
null=True,
blank=True,
verbose_name="CISA region representative",
verbose_name="CISA regional representative",
max_length=320,
)

View file

@ -671,7 +671,7 @@ class DomainRequest(TimeStampedModel):
cisa_representative_email = models.EmailField(
null=True,
blank=True,
verbose_name="CISA region representative",
verbose_name="CISA regional representative",
max_length=320,
)

View file

@ -2,7 +2,7 @@
{% load static field_helpers %}
{% block form_instructions %}
<p><i>These questions are required (*).</i></p>
<em>These questions are required (<abbr class="usa-hint usa-hint--required" title="required">*</abbr>).</em>
{% endblock %}
{% block form_required_fields_help_text %}
@ -14,7 +14,7 @@
<fieldset class="usa-fieldset margin-top-2">
<legend>
<h2>Are you working with anyone from CISA regions on your domain request?</h2>
<p>.gov is managed by the Cybersecurity and Infrastructure Security Agency. CISA has <a href="https://www.cisa.gov/about/regions">10 regions</a> that some organizations choose to work with. Regional representatives use titles like protective security advisors, cyber security advisors, or election security advisors.</p>
<p>.gov is managed by the Cybersecurity and Infrastructure Security Agency. CISA has <a href="https://www.cisa.gov/about/regions" target="_blank">10 regions</a> that some organizations choose to work with. Regional representatives use titles like protective security advisors, cyber security advisors, or election security advisors.</p>
</legend>
<!-- Toggle -->