From 7c07126fe9f0693cd63bdff7c52ee89db4637104 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:19:04 -0700 Subject: [PATCH] dynamicdns: 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/dynamicdns/templates/dynamicdns.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plinth/modules/dynamicdns/templates/dynamicdns.html b/plinth/modules/dynamicdns/templates/dynamicdns.html index 79f494ece..b6a372460 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block extra_content %}

{% trans "Domains" %}

@@ -12,7 +13,7 @@ @@ -72,14 +73,14 @@ title="{% blocktrans trimmed with domain=domain.domain %} Edit domain {{ domain }} {% endblocktrans %}"> - + {% icon 'pencil-square-o' %} - + {% icon 'trash' %}