Merge pull request #3244 from cisagov/ms/3087-quick-fixes

#3087/#3099: Quick Content Fixes - [MS]
This commit is contained in:
Matt-Spence 2024-12-30 16:31:16 -05:00 committed by GitHub
commit bc142e4d7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,9 @@
</nav>
{% endif %}
{% endblock breadcrumb %}
{% include "includes/form_errors.html" with form=form %}
<h1>Add a domain manager</h1>
{% if has_organization_feature_flag %}
<p>

View file

@ -26,7 +26,6 @@
</form>
{% elif not form.full_name.value and not form.title.value and not form.email.value %}
<p>
Your senior official is a person within your organization who can authorize domain requests.
We don't have information about your organization's senior official. To suggest an update, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.
</p>
{% else %}

View file

@ -23,6 +23,8 @@
{% include "includes/form_messages.html" %}
{% endblock %}
{% include "includes/form_errors.html" with form=form %}
<h1>Organization</h1>
<p>The name of your organization will be publicly listed as the domain registrant.</p>
@ -33,7 +35,6 @@
To suggest an update, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.
</p>
{% include "includes/form_errors.html" with form=form %}
{% include "includes/required_fields.html" %}
<form class="usa-form usa-form--large desktop:margin-top-4" method="post" novalidate>
{% csrf_token %}