ui: tags: Redirect to apps or system page appropriately

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-03-03 19:11:52 -08:00 committed by James Valleroy
parent a5ab31c1af
commit 3790e3949e
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -45,7 +45,7 @@
{% if app_info.tags %}
<div class="app-tags">
{% for tag in app_info.tags %}
<a href="{% url 'apps' %}?tag={{ tag|urlencode }}"
<a href="{{ active_section_url }}?tag={{ tag|urlencode }}"
class="btn btn-light rounded-pill tag">
{% trans tag %}
</a>