Move h1 to form base

This commit is contained in:
igorkorenfeld 2022-11-07 16:02:12 -05:00
parent be4527386c
commit 62d3675110
No known key found for this signature in database
GPG key ID: 826947A4B867F659
5 changed files with 1 additions and 6 deletions

View file

@ -11,9 +11,6 @@
{% block form_content %}
<h1>Authorizing official</h1>
{{wizard.steps.current}}
{{form_titles|get_item:wizard.steps.current}}
<h2>Who is the authorizing official for your organization</h2>
<p id="instructions">Your authorizing official is the person within your organization who can authorize your domain request. This is generally the highest ranking or highest elected official in your organization. Read more about <a href="#">who can serve as an authorizing official</a>.

View file

@ -9,7 +9,6 @@
{% endblock %}
{% block form_content %}
<h1>Your organization's contact information</h1>
<h2>What is the name and mailing address of your organization?</h2>

View file

@ -17,6 +17,7 @@
</button>
{% endif %}
{% endblock %}
<h1> {{form_titles|get_item:wizard.steps.current}} </h1>
{% block form_content %}
<button type="submit" class="usa-button">Next</button>
<button type="button" class="usa-button usa-button--outline">Save</button>

View file

@ -10,7 +10,6 @@
{% endblock %}
{% block form_content %}
<h1>About your organization</h1>
<form id="step__about-org" class="usa-form usa-form--large" method="post">
{{ wizard.management_form }}

View file

@ -5,7 +5,6 @@
{% block title %}Apply for a .gov domain - Puprose{% endblock %}
{% block form_content %}
<h1>Purpose of your domain</h1>
<p id="instructions">Explain how you plan to use this domain. Will you use it for a website and/or email? Are you moving your website from another top-level domain (like .com or .org)?Read about <a href="#">activities that are prohibited on .gov domains.</a></p>