Merge pull request #1312 from cisagov/rh/1309-remove-double-button

Issue #1309: Remove double start new domain request button
This commit is contained in:
Rebecca H 2023-11-09 15:19:56 -08:00 committed by GitHub
commit c62ae7bbde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@
></div>
{% else %}
<p>You don't have any active domain requests right now</p>
<p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p>
<!-- <p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p> -->
{% endif %}
</section>