Skip to content

Commit

Permalink
fix(a11y): decrease heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 27, 2023
1 parent 30f5a88 commit f2fc780
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions radical_translations/templates/kdl_wagtail_core/search_page.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{% extends "kdl_wagtail_core/base_search_page.html" %}

{% block search-form %}
{% endblock %}

{% block search-form %}{% endblock %}
{% block search-summary %}
<h3>
<h2>
{{ hits.paginator.count }} pages found for <span class="highlight">{{ search_phrase }}</span>
</h3>
{% endblock search-summary %}
</h2>
{% endblock search-summary %}

0 comments on commit f2fc780

Please sign in to comment.