added domain application management text

This commit is contained in:
Jon Roberts 2023-04-04 12:12:42 -06:00
parent cefdf559a4
commit e41e1cfc95
No known key found for this signature in database
GPG key ID: EED093582198B041
2 changed files with 14 additions and 1 deletions

View file

@ -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 %}

View 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. Well 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>