From 6bb6969eefcb107d88d779157672e50ce024462e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:34:31 -0700 Subject: [PATCH] pagekite: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/pagekite/templates/pagekite_configure.html | 5 +++-- .../modules/pagekite/templates/pagekite_custom_services.html | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 1c420f62d..69229661d 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -15,7 +16,7 @@ @@ -45,7 +46,7 @@ diff --git a/plinth/modules/pagekite/templates/pagekite_custom_services.html b/plinth/modules/pagekite/templates/pagekite_custom_services.html index 4122c7692..b6e3ad9a3 100644 --- a/plinth/modules/pagekite/templates/pagekite_custom_services.html +++ b/plinth/modules/pagekite/templates/pagekite_custom_services.html @@ -6,13 +6,14 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block content %}

{% trans 'Add custom PageKite service' %}