diff --git a/.gitignore b/.gitignore index ebcd91210..61e9de952 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ docs/research/data/** **/assets/* !**/assets/sass/ +!**/assets/img/registrar/ public/ credentials* diff --git a/src/registrar/assets/img/registrar/dotgov_confirmation.svg b/src/registrar/assets/img/registrar/dotgov_confirmation.svg new file mode 100644 index 000000000..6be78466a --- /dev/null +++ b/src/registrar/assets/img/registrar/dotgov_confirmation.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html index b3b01adf9..4c94880fc 100644 --- a/src/registrar/templates/application_done.html +++ b/src/registrar/templates/application_done.html @@ -1,32 +1,35 @@ {% extends 'base.html' %} +{% load static %} {% block title %}Thank you for your domain request{% endblock %} {% block content %} -

Thank you

+
+ + Check mark confirming submission +

Thank you

+
+

Thank you for your domain request. We'll email a copy of your request to you, + your authorizing official, and any contacts you added.

-

-Thank you for your domain request. We'll email a copy of your request to you, -your authorizing official, and any contacts you added.

+

Next steps in this process

-

Next steps in this process

- - +

You can check the status + of your request at any time. We'll email you with any questions or when we + complete our review.

+
{% endblock %}