From 72dd357d4331f3f18f5765e40bce0c0873a258fd Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:06:08 -0700 Subject: [PATCH] tiddlywiki: Use inline SVG icons for app Tests: - The icons appears as before in the app page in light/dark themes. Reviewed-by: James Valleroy --- .../tiddlywiki/templates/tiddlywiki_configure.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html b/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html index 75cb40b9d..bc103cf17 100644 --- a/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html +++ b/plinth/modules/tiddlywiki/templates/tiddlywiki_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 %}