mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
added domain application management text
This commit is contained in:
parent
cefdf559a4
commit
e41e1cfc95
2 changed files with 14 additions and 1 deletions
|
@ -4,9 +4,12 @@
|
|||
{% load static url_helpers %}
|
||||
|
||||
{% block content %}
|
||||
<div class="grid-container">
|
||||
|
||||
|
||||
<p>Domain request for domain name</p>
|
||||
|
||||
<p>text</p>
|
||||
<p>{% include "includes/domain_application.html" %}</p>
|
||||
|
||||
<p>withdraw</p>
|
||||
|
||||
|
@ -51,6 +54,8 @@
|
|||
{{ domainapplication.anything_else|default:"No" }}
|
||||
{{ domainapplication.is_policy_acknowledged|yesno:"I agree.,I do not agree.,I do not agree." }}
|
||||
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block application-status %}
|
||||
|
|
8
src/registrar/templates/includes/domain_application.html
Normal file
8
src/registrar/templates/includes/domain_application.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p class="font-body-sm margin-top-0 margin-bottom-2
|
||||
text-primary-darker text-semibold"
|
||||
>Next steps</p>
|
||||
<p>We received your .gov domain request. Our next step is to review your request. This usually takes two weeks. We’ll email you with questions or when we complete our review. Contact us with any questions.</p>
|
||||
<p class="font-body-sm margin-top-0 margin-bottom-2
|
||||
text-primary-darker text-semibold"
|
||||
>Need to make changes?</p>
|
||||
<p>If you need to change your request you have to first withdraw it. Once you withdraw the request you can edit it and submit it again. Changing your request might add to the wait time.</p>
|
Loading…
Add table
Add a link
Reference in a new issue