mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 05:58:18 +02:00
Update domain_request_status.html
This commit is contained in:
parent
5be9f3f167
commit
b5b2d69344
1 changed files with 3 additions and 6 deletions
|
@ -35,13 +35,10 @@
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{% if DomainRequest.requested_domain %}
|
{% if not DomainRequest.requested_domain and DomainRequest.status == DomainRequest.DomainRequestStatus.STARTED %}
|
||||||
<h1>Domain request for {{ DomainRequest.requested_domain.name }}</h1>
|
|
||||||
{% elif DomainRequest.status == DomainRequest.DomainRequestStatus.STARTED %}
|
|
||||||
<h1>New domain request</h1>
|
<h1>New domain request</h1>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% comment %} Question: What do we do in this case???? {% endcomment %}
|
<h1>Domain request for {{ DomainRequest.requested_domain.name }}</h1>
|
||||||
<h1>Domain request for [UNKNOWN]</h1>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div
|
<div
|
||||||
class="usa-summary-box dotgov-status-box margin-top-3 padding-left-2"
|
class="usa-summary-box dotgov-status-box margin-top-3 padding-left-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue