mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Move h1 to form base
This commit is contained in:
parent
be4527386c
commit
62d3675110
5 changed files with 1 additions and 6 deletions
|
@ -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>.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue