Skip to content

Commit

Permalink
Fixes CSV download link
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarnes committed Oct 16, 2024
1 parent 0485163 commit b46343d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orp/orp_search/templates/orp.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ <h2 class="govuk-fieldset__heading">
</button>
<hr class="govuk-section-break govuk-section-break--m govuk-section-break--visible">
<p class="govuk-body">
{% comment %} <a id="download-csv-link" href="download_csv/?{{ request.META.QUERY_STRING }}" {% endcomment %}
<a id="download-csv-link" href="download_csv/?{{ request.GET.query }}"
<a id="download-csv-link" href="download_csv/?{{ request.META.QUERY_STRING }}"
class="govuk-link govuk-link--no-visited-state govuk-!-float-right">Download search results as CSV
file</a>
</p>
Expand Down

0 comments on commit b46343d

Please sign in to comment.