mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-11 21:48:20 +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>
|
||||
</a>
|
||||
|
||||
{% if DomainRequest.requested_domain %}
|
||||
<h1>Domain request for {{ DomainRequest.requested_domain.name }}</h1>
|
||||
{% elif DomainRequest.status == DomainRequest.DomainRequestStatus.STARTED %}
|
||||
<h1>New domain request</h1>
|
||||
{% if not DomainRequest.requested_domain and DomainRequest.status == DomainRequest.DomainRequestStatus.STARTED %}
|
||||
<h1>New domain request</h1>
|
||||
{% else %}
|
||||
{% comment %} Question: What do we do in this case???? {% endcomment %}
|
||||
<h1>Domain request for [UNKNOWN]</h1>
|
||||
<h1>Domain request for {{ DomainRequest.requested_domain.name }}</h1>
|
||||
{% endif %}
|
||||
<div
|
||||
class="usa-summary-box dotgov-status-box margin-top-3 padding-left-2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue