Link to button

This commit is contained in:
zandercymatics 2024-07-16 11:27:34 -06:00
parent c5654abd7e
commit 5e1b58823c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -43,7 +43,7 @@
<section class="tablet:grid-col-11 desktop:grid-col-10">
<h2 class="padding-top-1 mobile-lg:padding-top-3"> Export domains</h2>
<p>Download a list of your domains and their statuses as a csv file.</p>
<a href="{% url 'todo' %}" class="usa-button usa-button--outline">
<a href="{% url 'export_data_type_user' %}" class="usa-button usa-button--outline">
Export domains as csv
</a>
</section>