From 2eb8ad463e52bb900da477c8ed5420a3d3417480 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 10 Feb 2026 11:03:33 +0000 Subject: [PATCH] dbl: Make the index page work better on tablets Signed-off-by: Michael Tremer --- src/templates/dbl/index.html | 2 +- src/templates/dbl/modules/lists.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/dbl/index.html b/src/templates/dbl/index.html index 747e02e1..79ee7508 100644 --- a/src/templates/dbl/index.html +++ b/src/templates/dbl/index.html @@ -473,7 +473,7 @@
-
+

{{ _("Want More Network Intelligence? Try IPFire Location") }} diff --git a/src/templates/dbl/modules/lists.html b/src/templates/dbl/modules/lists.html index bad88dec..79ef63e3 100644 --- a/src/templates/dbl/modules/lists.html +++ b/src/templates/dbl/modules/lists.html @@ -1,6 +1,6 @@
{% for list in sorted(lists) %} -
+

-- 2.47.3