mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Merge pull request #2428 from cisagov/rh/2389-remove-withdraw
ISSUE #2389: Hide the other sections when in rejected state
This commit is contained in:
commit
b331f61d0d
1 changed files with 3 additions and 0 deletions
|
@ -42,10 +42,13 @@
|
|||
</div>
|
||||
<br>
|
||||
<p><b class="review__step__name">Last updated:</b> {{DomainRequest.updated_at|date:"F j, Y"}}</p>
|
||||
|
||||
{% if DomainRequest.status != 'rejected' %}
|
||||
<p>{% include "includes/domain_request.html" %}</p>
|
||||
<p><a href="{% url 'domain-request-withdraw-confirmation' pk=DomainRequest.id %}" class="usa-button usa-button--outline withdraw_outline">
|
||||
Withdraw request</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="grid-col desktop:grid-offset-2 maxw-tablet">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue