Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
david-okeke1337 committed Dec 16, 2024
1 parent c7c91b3 commit 5c300e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search/templates/search/partials/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ <h1 class="govuk-heading-m">Start typing to search</h1>
</div>

{% if perms.extended_search.export_search %}
<a class="govuk-link" href="{% url 'search:export_search' search_category %}?query={{ search_query }}">Download search results</a>
<a class="govuk-link"
href="{% url 'search:export_search' search_category %}?query={{ search_query }}">Download search results</a>
{% endif %}

<script>
Expand Down

0 comments on commit 5c300e4

Please sign in to comment.