Add filetype to all links to download user reports / examples

This commit is contained in:
Katie Smith
2022-05-19 12:06:43 +01:00
parent 4338953d5f
commit cdfe852d25
9 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@
{% endcall %}
</div>
<p class="table-show-more-link">
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.get_example_csv', service_id=current_service.id, template_id=template.id) }}" download>Download this example</a>
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.get_example_csv', service_id=current_service.id, template_id=template.id) }}" download>Download this example (<abbr title="Comma separated values">CSV</abbr>)</a>
</p>
<h2 class="heading-medium">Your file will populate this template ({{ template.name }})</h2>