From 536c4bb30b07c079397c4ccdb1e627ac3bba53ed Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:03:49 -0700 Subject: [PATCH] featherwiki: Use inline SVG icons for app Tests: - The icons appears as before in the app page in light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .../featherwiki/templates/featherwiki_configure.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plinth/modules/featherwiki/templates/featherwiki_configure.html b/plinth/modules/featherwiki/templates/featherwiki_configure.html index 416d42f8f..15f2b0557 100644 --- a/plinth/modules/featherwiki/templates/featherwiki_configure.html +++ b/plinth/modules/featherwiki/templates/featherwiki_configure.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -14,12 +15,12 @@ @@ -41,14 +42,14 @@ class="wiki-edit btn btn-default btn-sm secondary" role="button" title="{% blocktrans %}Rename wiki {{ wiki }}{% endblocktrans %}"> - + {% icon 'pencil-square-o' %} - + {% icon 'trash-o' %} {% endfor %}