Merge branch 'main' into dk/1458-uppercase-emails

This commit is contained in:
David Kennedy 2023-12-14 11:07:35 -05:00
commit 28bf52e8a5
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -87,7 +87,7 @@
aria-live="polite" aria-live="polite"
></div> ></div>
{% else %} {% else %}
<p>You don't have any registered domains yet</p> <p>You don't have any registered domains.</p>
{% endif %} {% endif %}
</section> </section>
@ -95,7 +95,7 @@
<h2>Domain requests</h2> <h2>Domain requests</h2>
{% if domain_applications %} {% if domain_applications %}
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked"> <table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked">
<caption class="sr-only">Your domain applications</caption> <caption class="sr-only">Your domain requests</caption>
<thead> <thead>
<tr> <tr>
<th data-sortable scope="col" role="columnheader">Domain name</th> <th data-sortable scope="col" role="columnheader">Domain name</th>
@ -138,7 +138,7 @@
aria-live="polite" aria-live="polite"
></div> ></div>
{% else %} {% else %}
<p>You don't have any active domain requests right now</p> <p>You haven't requested any domains.</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 %} {% endif %}
</section> </section>