From bd20469ed07d111ded641999095975cea465942e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 23:36:49 -0700 Subject: [PATCH] ui: Use inline SVG icons for tag search Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/tags.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/templates/tags.html b/plinth/templates/tags.html index 215c416f8..f01501236 100644 --- a/plinth/templates/tags.html +++ b/plinth/templates/tags.html @@ -3,6 +3,7 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% if tags %}
@@ -14,7 +15,7 @@ data-tag="{{ tag }}"> {% trans tag %} {% endfor %}