From 3c5f81ab8c82582f420301c88d9d6e141099fbfb Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 4 Jan 2026 19:36:19 +0530 Subject: [PATCH] ui: Add HTMX as a dependency Signed-off-by: Joseph Nuthalapati [sunil: Sort dependency in list] [sunil: Adjust spacing] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- debian/control | 2 ++ plinth/templates/base.html | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 67f7eba40..5a45dd0b9 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: e2fsprogs, gir1.2-nm-1.0, libjs-bootstrap5, + libjs-htmx, # Older libjs-bootstrap5 does not have proper dependency on popper.js >= 2.0 node-popper2, pybuild-plugin-pyproject, @@ -87,6 +88,7 @@ Depends: # For gdbus used to call hooks into service libglib2.0-bin, libjs-bootstrap5, + libjs-htmx, lsof, netcat-openbsd, network-manager, diff --git a/plinth/templates/base.html b/plinth/templates/base.html index b727f68fb..4ce902c2c 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -64,6 +64,7 @@ + {% block app_js %}{% endblock %}