Add export domains section

This commit is contained in:
Neil Martinsen-Burrell 2023-01-27 10:45:55 -06:00
parent c2ff580167
commit 5dd4da2d5f
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -64,6 +64,14 @@
<p>You don't have any archived domains</p>
{% endif %}
</section>
<h2 class="padding-top-3"> Export domains</h2>
<p>If you would like to analyze your list of domains further, you can download the list of domains and their statuses as csv file</p>
<a href="{% url 'todo' %}" class="usa-button usa-button--outline">
Export domains as csv
</a>
{% else %} {# not user.is_authenticated #}
{# complete logged out page here #}