Skip to content

Commit

Permalink
feat: add title to results.html
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Filin <[email protected]>
  • Loading branch information
stasfilin committed Feb 10, 2024
1 parent babe207 commit 697a82c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
</style>
{% endblock %}

{% block title %}Results for "{{ query }}" | {{ site_title|default:_('Django site admin') }}{% endblock %}

{% block content %}
<div class="admin-global-search-results">
<h1>{% trans "Search Results" %}</h1>
Expand Down

0 comments on commit 697a82c

Please sign in to comment.