ui: system: When canceling search stay on current page

Tests:

- On app and system pages, canceling the search using the close button at the
end of the search bar will remove the search tags but will stay on the same
page.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2025-03-10 13:34:43 -07:00
parent 8198eedf78
commit 0ff7705577
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -34,7 +34,7 @@
{% endfor %}
</ul>
</div>
<a href="{% url 'apps' %}" aria-label="{% trans 'Clear all tags' %}"
<a href="{{ active_section_url }}" aria-label="{% trans 'Clear all tags' %}"
class="btn-close" type="button"></a>
</div>
</div>