-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2895 from cisagov/za/2760-portfolio-domain-reques…
…t-entry-point-2 #2760: Portfolio domain request entry point - [ZA]
- Loading branch information
Showing
14 changed files
with
439 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/registrar/templates/domain_request_requesting_entity.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% extends 'domain_request_form.html' %} | ||
{% load field_helpers url_helpers %} | ||
|
||
{% block form_instructions %} | ||
<p>🛸🛸🛸🛸 Placeholder content 🛸🛸🛸🛸</p> | ||
{% endblock %} | ||
|
||
{% block form_fields %} | ||
<fieldset class="usa-fieldset"> | ||
<legend> | ||
<h2>What is the name of your space vessel?</h2> | ||
</legend> | ||
|
||
{% input_with_errors forms.0.organization_name %} | ||
</fieldset> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/registrar/templates/portfolio_domain_request_additional_details.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{% extends 'domain_request_form.html' %} | ||
{% load static field_helpers %} | ||
|
||
{% block form_required_fields_help_text %} | ||
{% include "includes/required_fields.html" %} | ||
{% endblock %} | ||
|
||
{% block form_fields %} | ||
|
||
<fieldset class="usa-fieldset margin-top-2"> | ||
<legend> | ||
<h2>Is there anything else you’d like us to know about your domain request?</h2> | ||
</legend> | ||
</fieldset> | ||
|
||
<div class="margin-top-3" id="anything-else"> | ||
<p>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></p> | ||
{% with attr_maxlength=2000 add_label_class="usa-sr-only" %} | ||
{% input_with_errors forms.0.anything_else %} | ||
{% endwith %} | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.