mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Add export domains section
This commit is contained in:
parent
c2ff580167
commit
5dd4da2d5f
1 changed files with 8 additions and 0 deletions
|
@ -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 #}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue