Add filetype to platform admin report download buttons

This commit is contained in:
Katie Smith
2022-05-19 12:14:20 +01:00
parent cdfe852d25
commit 0d167984f1
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ page_footer('Download report') }}
{{ page_footer('Download report (CSV)') }}
{% endcall %}
<h2 class="heading-medium">

View File

@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ page_footer('Download report') }}
{{ page_footer('Download report (CSV)') }}
{% endcall %}
<h2 class="heading-medium">

View File

@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ page_footer('Download report') }}
{{ page_footer('Download report (CSV)') }}
{% endcall %}
<h2 class="heading-medium">

View File

@@ -14,7 +14,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Enter start date in format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Enter end date in format YYYY-MM-DD"}}) }}
{{ page_footer('Download report') }}
{{ page_footer('Download report (CSV)') }}
{% endcall %}
{% endblock %}

View File

@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ page_footer('Download report') }}
{{ page_footer('Download report (CSV)') }}
{% endcall %}
<h2 class="heading-medium">