mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
added Status to application page
This commit is contained in:
parent
ec21df7ee3
commit
743c3cb7e7
1 changed files with 18 additions and 0 deletions
|
@ -9,6 +9,24 @@
|
||||||
|
|
||||||
<p>Domain request for {{ domainapplication.requested_domain.name }}</p>
|
<p>Domain request for {{ domainapplication.requested_domain.name }}</p>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="usa-summary-box"
|
||||||
|
role="region"
|
||||||
|
aria-labelledby="summary-box-key-information"
|
||||||
|
summary-box-background-color="gray-90"
|
||||||
|
>
|
||||||
|
<div class="usa-summary-box__body">
|
||||||
|
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
|
||||||
|
Status:
|
||||||
|
</h3>
|
||||||
|
{% if domainapplication.status == 'approved' %} Approved
|
||||||
|
{% elif domainapplication.status == 'investigating' %} In Review
|
||||||
|
{% elif domainapplication.status == 'submitted' %} Submitted
|
||||||
|
{% else %}ERROR Please contact technical support/dev
|
||||||
|
{% endif %}
|
||||||
|
</div></div>
|
||||||
|
|
||||||
|
|
||||||
<p>{% include "includes/domain_application.html" %}</p>
|
<p>{% include "includes/domain_application.html" %}</p>
|
||||||
|
|
||||||
<p>withdraw</p>
|
<p>withdraw</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue